PolarSensorSetting class

polar sensor settings class

Annotations
  • @JsonSerializable(constructor: '_')

Constructors

PolarSensorSetting(Map<PolarSettingType, int> settings)
Constructor with desired settings
PolarSensorSetting.fromJson(Map<String, dynamic> json)
From json
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isSelection bool
Verify that this is a selection of settings and not a list of available settings
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings Map<PolarSettingType, List<int>>
current settings available / set
final

Methods

maxSettings() PolarSensorSetting
Helper to retrieve max settings available
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.
inherited

Operators

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