toBytes method

Uint8List toBytes()

Converts this token to its byte representation.

Implementation

Uint8List toBytes() => data;