TrajectoryGroupModel class final
One Message or Step group inside a turn.
Constructors
-
TrajectoryGroupModel({required TrajectoryGroupKind kind, required List<
TrajectoryRecord> cells, int? stepNumber, String? description}) -
Creates a TrajectoryGroupModel.
const
Properties
-
cells
→ List<
TrajectoryRecord> -
Ledger rows of the group, in display order.
final
- description → String?
-
Wall-span duration plus tool histogram (e.g.
1,500 ms bash×6).final - hashCode → int
-
The hash code for this object.
no setterinherited
- kind → TrajectoryGroupKind
-
Which kind of group this is.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stepNumber → int?
-
Step number for TrajectoryGroupKind.step groups.
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