Returns the string representation of this value.
@override String get stringValue => value % 1.0 == 0 ? value.toInt().toString() : value.toString();