MSeriesDataPointData class

Annotations
  • @JsonSerializable(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)

Constructors

MSeriesDataPointData({num? mSeriesDataSetId, required String takenAt, required bool realTime, num? interval, required num cadence, required num power, required num caloricBurn, required num duration, num? heartRate, num? distance, num? gear, num? metabolicEquivalent, num? stepCount})
Returns a new MSeriesDataPointData instance.
const
MSeriesDataPointData.fromJson(Map<String, dynamic> json)
factory

Properties

cadence num
final
caloricBurn num
final
distance num?
final
duration num
final
gear num?
final
hashCode int
The hash code for this object.
no setteroverride
heartRate num?
final
interval num?
final
metabolicEquivalent num?
final
mSeriesDataSetId num?
final
power num
final
realTime bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stepCount num?
final
takenAt String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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