ByteArray.i64 constructor
ByteArray.i64(
- int value
Implementation
factory ByteArray.i64(int value) => _encodeBigInt(BigInt.from(value), 8);
factory ByteArray.i64(int value) => _encodeBigInt(BigInt.from(value), 8);