RebuildMetadata class
Metadata describing a tracked widget rebuild event.
- Annotations
Constructors
- RebuildMetadata({required String tag, required DateTime firstRebuildTime, required DateTime lastRebuildTime, required int rebuildCount})
-
const
Properties
- firstRebuildTime → DateTime
-
Timestamp of the first recorded rebuild.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastRebuildTime → DateTime
-
Timestamp of the most recent rebuild.
final
- rebuildCount → int
-
Total rebuild count observed for the widget tag.
final
- rebuildsPerSecond → double
-
Average rebuild frequency expressed as rebuilds per second.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- span → Duration
-
Duration between the first and latest rebuild events.
no setter
- tag → String
-
Identifier used to associate the rebuild event with 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited