PolarExerciseEntry class

Polar exercise entry

Annotations
  • @JsonSerializable()

Constructors

PolarExerciseEntry({required String path, required DateTime date, required String entryId})
Constructor
PolarExerciseEntry.fromJson(Map<String, dynamic> json)
From json
factory

Properties

date DateTime
Entry date and time. Only OH1 and Polar Verity Sense supports date and time
final
entryId String
unique identifier
final
hashCode int
The hash code for this object.
no setterinherited
path String
Resource location in the device
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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