ByteArray.u64 constructor

ByteArray.u64(
  1. int value
)

Implementation

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