Converts this as a Int16 to bytes (Uint8List).
this
Int16
Uint8List int16ToBytes() => Uint8List(2)..asByteData().setInt16(0, this, Endian.big);