toBytes method

Uint8List toBytes()

Implementation

Uint8List toBytes() {
  return Uint8List.fromList([sw1, sw2]);
}