Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbec3a1 commit cd80c51Copy full SHA for cd80c51
packages/health/lib/src/health_data_point.dart
@@ -43,7 +43,6 @@ class HealthDataPoint {
43
String toString() => '${this.runtimeType} - '
44
'value: $value, '
45
'unit: $unit, '
46
- 'date_from: $dateFrom, '
47
'dateFrom: $dateFrom, '
48
'dateTo: $dateTo, '
49
'dataType: $type,'
0 commit comments