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