DebugProperty<T> class

Inheritance
Implementers

Constructors

DebugProperty(String? name, T? value, {bool showName = true, bool showSeparator = true, String? description, String? ifNull, String? ifEmpty, Object? defaultValue = kNoDefaultValue, String? tooltip})

Properties

defaultValue Object?
The default value of this property, when it has not been set to a specific value.
final
description String?
final
hashCode int
The hash code for this object.
no setterinherited
ifEmpty String?
Description if the property description would otherwise be empty.
final
ifNull String?
Description if the property value is null.
final
name String?
finalinherited
propertyType Type
The type of the property value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showName bool
finalinherited
showSeparator bool
finalinherited
tooltip String?
final
value → T?
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
valueToString() String
Returns a string representation of the property value.

Operators

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