bigEndianBytesInt64 function

int bigEndianBytesInt64(
  1. Uint8List bytes
)

Implementation

int bigEndianBytesInt64(Uint8List bytes) => bytes.buffer.asByteData().getInt64(0, Endian.big);