MiScaleBodyData class
Constructors
- MiScaleBodyData({required MiScaleGender gender, required int age, required double height, required double weight, required int impedance})
-
const
Properties
- age → int
-
final
- bmi → double
-
no setter
- bodyFat → double
-
no setter
- boneMass → double
-
no setter
- gender → MiScaleGender
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
final
- impedance → int
-
final
- lbmCoefficient → double
-
no setter
- muscleMass → double
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- visceralFat → double
-
no setter
- water → double
-
no setter
- weight → double
-
final
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