valueWithUnits property
String
get
valueWithUnits
The value followed by the units or scale associated with the value
Implementation
String get valueWithUnits => '$value $units';
The value followed by the units or scale associated with the value
String get valueWithUnits => '$value $units';