toBytes property

String get toBytes

Implementation

String get toBytes {
  final without0x = strip0x;
  assert(_isHex(without0x));
  return '0x$without0x';
}