getInt128 method
Reads 16-bytes
as a signed integer
.
The offset must satisy the relations 0
≤ offset
≤ offset+8
≤ this.length
.
Implementation
BigInt getInt128() => getBigInt(ByteLength.i128);
Reads 16-bytes
as a signed integer
.
The offset must satisy the relations 0
≤ offset
≤ offset+8
≤ this.length
.
BigInt getInt128() => getBigInt(ByteLength.i128);