DebugBlock class

Inheritance

Constructors

DebugBlock({String? name, bool showName = true, bool showSeparator = true, Object? value, String? description, List<DebugPropertyNode> children = const [], List<DebugPropertyNode> properties = const []})

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showName bool
finalinherited
showSeparator bool
finalinherited
tooltip String?
no setteroverride
value Object?
final

Methods

getChildren() List<DebugPropertyNode>
Children of this DebugPropertyNode.
override
getProperties() List<DebugPropertyNode>
Properties of this DebugPropertyNode.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDescription() String
Returns a description with a short summary of the node itself not including children or properties.
override
toString() String
A string representation of this object.
inherited

Operators

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