getInt64 static method

I64 getInt64(
  1. ByteData bytes,
  2. int offset,
  3. Endian endian
)

Read I64 from bytes (ByteData) in offset

Implementation

static I64 getInt64(ByteData bytes, int offset, Endian endian) =>
    impl.getInt64Bytes(bytes, offset, endian);