InspectorReferenceData class
Structure to help reference count Dart objects referenced by a GUI tool using WidgetInspectorService.
Does not hold the object from garbage collection.
- Annotations
Constructors
- InspectorReferenceData(Object object, String id)
- Creates an instance of InspectorReferenceData.
Properties
- count ↔ int
-
The number of times the object has been referenced.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The id of the object in the widget inspector records.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → Object?
-
The value.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited