encode method

Uint8List encode()

Implementation

Uint8List encode() {
  return codec.encode(this);
}