PolarDataType enum

Data types available in Polar devices for online streaming or offline recording.

Inheritance

Constructors

PolarDataType({bool supportsStreamSettings = true})
Constructor
const

Values

ecg → const PolarDataType

ECG

acc → const PolarDataType

ACC

ppg → const PolarDataType

PPG

ppi → const PolarDataType

PPI

gyro → const PolarDataType

Gyro

magnetometer → const PolarDataType

Magnetometer

hr → const PolarDataType

HR

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportsStreamSettings bool
If this feature supports stream settings
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
Convert a PolarDataType to json
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(dynamic json) PolarDataType
Create a PolarDataType from json

Constants

values → const List<PolarDataType>
A constant List of the values in this enum, in order of their declaration.