toInt method
Converts bytes to an integer with the specified endianness.
Implementation
int toInt({Endianness endianness = Endianness.Big}) =>
ByteUtils.bytesToInt(this, endianness: endianness);
Converts bytes to an integer with the specified endianness.
int toInt({Endianness endianness = Endianness.Big}) =>
ByteUtils.bytesToInt(this, endianness: endianness);