numberToString method Null safety
String describing just the numeric value without a unit suffix.
Implementation
@override
String numberToString() => value.toString();
String describing just the numeric value without a unit suffix.
@override
String numberToString() => value.toString();