Converts this as a Uint16 to bytes (Uint8List).
this
Uint16
Uint8List uInt16ToBytes() => Uint8List(2)..asByteData().setUint16(0, this, Endian.big);