SpikeEcgDataEntry class

Inheritance

Constructors

SpikeEcgDataEntry.fromObject(dynamic object)
factory

Properties

avgHR num?
final
classification String?
final
frequency num?
final
hashCode int
The hash code for this object.
no setterinherited
lead String?
final
originalSource Iterable<String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samples Iterable<num>?
final
source String?
final
timeEnd String?
final
timeStart String?
final
timezoneOffset num?
final
unit String?
final

Methods

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

Operators

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