StateChangeMetadata class
Metadata describing a tracked state update.
- Annotations
Constructors
- StateChangeMetadata({required String tag, required DateTime lastUpdated, required int updateCount, String? description})
-
const
Properties
- description → String?
-
Optional description for diagnostics.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdated → DateTime
-
Timestamp of the most recent state assignment.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag → String
-
Identifier used to associate the tracked state with a rebuild target.
final
- updateCount → int
-
Number of updates applied to this tracked state.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited