bigEndianBytesInt32 function

int bigEndianBytesInt32(
  1. Uint8List bytes
)

Implementation

int bigEndianBytesInt32(Uint8List bytes) => bytes.buffer.asByteData().getInt32(0, Endian.big);