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