bytes property

Uint8List bytes

low at first, high at second. little-endian

Implementation

Uint8List get bytes => Uint8List.fromList([_low.value, _high.value]);