HealthData class
Container for multiple types of health data.
Stores health information in a nested map structure where outer keys represent health metric types and values are lists of individual measurements.
Constructors
Properties
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