BarRaceFrame class final
- Available extensions
- Annotations
-
- @immutable
- @chartSurface
Constructors
Properties
Methods
-
clearTimestamp(
) → BarRaceFrame -
Available on BarRaceFrame, provided by the BarRaceFrameFluent extension
Clears BarRaceFrame.timestamp tonull. -
clearTotal(
) → BarRaceFrame -
Available on BarRaceFrame, provided by the BarRaceFrameFluent extension
Clears BarRaceFrame.total tonull. -
copyWith(
{String? id, String? label, Map< String, double> ? values, DateTime? timestamp, bool clearTimestamp = false, double? total, bool clearTotal = false}) → BarRaceFrame -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
withId(
String value) → BarRaceFrame -
Available on BarRaceFrame, provided by the BarRaceFrameFluent extension
Replaces BarRaceFrame.id withvalue. -
withLabel(
String value) → BarRaceFrame -
Available on BarRaceFrame, provided by the BarRaceFrameFluent extension
Replaces BarRaceFrame.label withvalue. -
withTimestamp(
DateTime value) → BarRaceFrame -
Available on BarRaceFrame, provided by the BarRaceFrameFluent extension
Replaces BarRaceFrame.timestamp withvalue. -
withTotal(
double value) → BarRaceFrame -
Available on BarRaceFrame, provided by the BarRaceFrameFluent extension
Replaces BarRaceFrame.total withvalue. -
withValues(
Map< String, double> value) → BarRaceFrame -
Available on BarRaceFrame, provided by the BarRaceFrameFluent extension
Replaces BarRaceFrame.values withvalue.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override