HeartBeat class

A single heart beat measurement.

Constructors

HeartBeat({int? beatsPerMinute, CivilDateTime? civilTime, String? physicalTime, String? utcOffset})
HeartBeat.fromJson(Map json_)

Properties

beatsPerMinute int?
The beats-per-minute value extrapolated from the time before the following heart beat.
getter/setter pair
civilTime CivilDateTime?
The civil time in the timezone the subject is in at the time of the observation.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
physicalTime String?
The time of the heart beat measurement.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
utcOffset String?
The UTC offset of the user's timezone when the heart beat measurement occurred.
getter/setter pair

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.
inherited

Operators

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