Converts this as a Int32 to bytes (Uint8List).
this
Int32
Uint8List int32ToBytes() => Uint8List(4)..asByteData().setInt32(0, this, Endian.big);