data property

Map<String, List<Map<String, dynamic>>> data
final

The structured health data.

Format:

  • Key: String identifier for the health metric type
  • Value: List of maps where each map represents a single health measurement with its associated properties

Implementation

final Map<String, List<Map<String, dynamic>>> data;