StackFrameFormat class
Provides formatting information for a stack frame.
- Inheritance
-
- Object
- ValueFormat
- StackFrameFormat
Constructors
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