DiagnosticPropertiesBuilder class

Builder to accumulate properties and configuration used to assemble a DiagnosticsNode from a Diagnosticable object.

Constructors

DiagnosticPropertiesBuilder()

Properties

defaultDiagnosticsTreeStyle DiagnosticsTreeStyle
Default style to use for the DiagnosticsNode if no style is specified.
read / write
emptyBodyDescription String
Description to show if the node has no displayed properties or children.
read / write
properties List<DiagnosticsNode>
List of properties accumulated so far.
final
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

add(DiagnosticsNode property) → void
Add a property to the list of properties.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited