A String representation of the value.
@override String get valueString => value > 255 ? '0x${value.toRadixString(16)}' : value.toString();