LineRaceSnapshot class final

Immutable render-ready projection of one line-race clock position.

Annotations

Constructors

LineRaceSnapshot({required LineRaceFrame frame, required double progress, required double frontierX, required Map<String, List<ChartDataPoint>> pointsBySeries})
const

Properties

frame LineRaceFrame
final
frontierX double
final
hashCode int
The hash code for this object.
no setterinherited
pointsBySeries Map<String, List<ChartDataPoint>>
final
progress double
final
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
pointsFor(String seriesId) List<ChartDataPoint>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited