HeartRateSample class
Constructors
- HeartRateSample.fromObject(dynamic object)
- 
          
            factory
Properties
- airTemperature → num?
- 
  
  final
- bikeCadenceRPM → num?
- 
  
  final
- distance → num?
- 
  
  final
- elevation → num?
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- heartRate → num?
- 
  
  final
- latitudeInDegree → num?
- 
  
  final
- longitudeInDegree → num?
- 
  
  final
- movingTime → num?
- 
  
  final
- powerInWatts → num?
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- speed → num?
- 
  
  final
- stepsPerMinute → num?
- 
  
  final
- swimCadenceStrokesPerMinute → num?
- 
  
  final
- timeEnd → String?
- 
  
  final
- timerDuration → num?
- 
  
  final
- timeStart → String?
- 
  
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toObject() → dynamic 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited