DebugPropertyNode class abstract

Implementers

Constructors

DebugPropertyNode({required String? name, bool showName = true, bool showSeparator = true})

Properties

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

Methods

getChildren() List<DebugPropertyNode>
Children of this DebugPropertyNode.
getProperties() List<DebugPropertyNode>
Properties of this DebugPropertyNode.
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.
toString() String
A string representation of this object.
inherited

Operators

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