diff --git a/packages/health/README.md b/packages/health/README.md index c18e7e729..17043d505 100644 --- a/packages/health/README.md +++ b/packages/health/README.md @@ -191,6 +191,7 @@ Below is a simplified flow of how to use the plugin. A [`HealthDataPoint`](https://pub.dev/documentation/health/latest/health/HealthDataPoint-class.html) object contains the following data fields: ```dart +String uuid; HealthValue value; HealthDataType type; HealthDataUnit unit;