Returns the string of this value.
@override String get string => value == 0 ? '0' : value.toString();