Token.withBytes constructor

Token.withBytes(
  1. Uint8List bytes
)

Instantiates a token object with given data.

Implementation

Token.withBytes(this.bytes) : assert(bytes.length == 16);