Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd80c51

Browse files
remove redundant date_from from toString() method
1 parent dbec3a1 commit cd80c51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/health/lib/src/health_data_point.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class HealthDataPoint {
4343
String toString() => '${this.runtimeType} - '
4444
'value: $value, '
4545
'unit: $unit, '
46-
'date_from: $dateFrom, '
4746
'dateFrom: $dateFrom, '
4847
'dateTo: $dateTo, '
4948
'dataType: $type,'

0 commit comments

Comments
 (0)