int32bytes method

Uint8List int32bytes(
  1. int value
)

Implementation

Uint8List int32bytes(int value) =>
    Uint8List(4)..buffer.asInt32List()[0] = value;