BarRaceFrame class final

Available extensions
Annotations

Constructors

BarRaceFrame({required String id, required String label, required Map<String, double> values, DateTime? timestamp, double? total})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
id String
final
label String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime?
final
total double?
final
values Map<String, double>
final

Methods

clearTimestamp() BarRaceFrame

Available on BarRaceFrame, provided by the BarRaceFrameFluent extension

Clears BarRaceFrame.timestamp to null.
clearTotal() BarRaceFrame

Available on BarRaceFrame, provided by the BarRaceFrameFluent extension

Clears BarRaceFrame.total to null.
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 with value.
withLabel(String value) BarRaceFrame

Available on BarRaceFrame, provided by the BarRaceFrameFluent extension

Replaces BarRaceFrame.label with value.
withTimestamp(DateTime value) BarRaceFrame

Available on BarRaceFrame, provided by the BarRaceFrameFluent extension

Replaces BarRaceFrame.timestamp with value.
withTotal(double value) BarRaceFrame

Available on BarRaceFrame, provided by the BarRaceFrameFluent extension

Replaces BarRaceFrame.total with value.
withValues(Map<String, double> value) BarRaceFrame

Available on BarRaceFrame, provided by the BarRaceFrameFluent extension

Replaces BarRaceFrame.values with value.

Operators

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