encode method

Uint8List encode()

Encodes the unknown contents to a Uint8List.

Implementation

Uint8List encode() {
  return data;
}