UserData class

Core user profile data needed for calculation of different data on the Movisens device.e

Constructors

UserData(int weight, int height, Gender gender, int age, SensorLocation sensorLocation, String sensorAddress, String sensorName)

Properties

age int
Age of the person wearing the Movisens device in years.
getter/setter pair
asMap Map<String, String>
no setter
gender Gender
Gender of the person wearing the Movisens device, male or female.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
Height of the person wearing the Movisens device in cm.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sensorAddress String
The MAC address of the sensor.
getter/setter pair
sensorLocation SensorLocation
Sensor placement on body
getter/setter pair
sensorName String
The user-friendly name of the sensor.
getter/setter pair
weight int
Weight of the person wearing the Movisens device in kg.
getter/setter pair

Methods

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

Operators

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