Trackable class abstract
An interface for an object that can be tracked by a Tracker.
Any item that implements
this class can be tracked.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
trackerString(
TrackerField field) → String? -
Returns a formatted String value associated with
field
in this object.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited