StackFrameFormat class

Provides formatting information for a stack frame.

Inheritance

Constructors

StackFrameFormat({bool? includeAll, bool? line, bool? module, bool? parameterNames, bool? parameterTypes, bool? parameterValues, bool? parameters, bool? hex})
StackFrameFormat.fromMap(Map<String, Object?> obj)

Properties

hashCode int
The hash code for this object.
no setterinherited
hex bool?
Display the value in hex.
finalinherited
includeAll bool?
Includes all stack frames, including those the debug adapter might otherwise hide.
final
line bool?
Displays the line number of the stack frame.
final
module bool?
Displays the module of the stack frame.
final
parameterNames bool?
Displays the names of parameters for the stack frame.
final
parameters bool?
Displays parameters for the stack frame.
final
parameterTypes bool?
Displays the types of parameters for the stack frame.
final
parameterValues bool?
Displays the values of parameters for the stack frame.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

canParse(Object? obj) bool
override
fromJson(Map<String, Object?> obj) StackFrameFormat
override