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