bytes property

Uint8List bytes

Implementation

Uint8List get bytes =>
    Uint8List.fromList([_one.value, _two.value, _three.value, _four.value]);