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