toBytes method

Uint8List toBytes()

Returns a 16-element byte array that contains the value of this instance.

Implementation

Uint8List toBytes() => _guidValue.bytes;