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

HealthData(Map<String, List<Map<String, dynamic>>> data)
Creates a new health data container with the specified data structure.

Properties

data Map<String, List<Map<String, dynamic>>>
The structured health data.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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