SpikeHeartData class
- Inheritance
- 
    - Object
- SpikeData<SpikeHeartDataEntry> 
- SpikeHeartData
 
Constructors
- SpikeHeartData.fromObject(dynamic object)
- 
          
            factory
Properties
- collectedAt → String?
- 
  
  finalinherited
- dataTypeName → String?
- 
  
  finalinherited
- endDate → String?
- 
  
  finalinherited
- 
  entries
  → Iterable<SpikeHeartDataEntry> ?
- 
  
  finalinherited
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  sources
  → Iterable<SpikeSource> ?
- 
  
  finalinherited
- startDate → String?
- 
  
  finalinherited
- 
  type
  → SpikeDataType<SpikeData< SpikeEntry> >
- 
  
  finalinherited
- userId → String?
- 
  
  finalinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toObject() → dynamic 
- 
  
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited