ByteArray.i64 constructor

ByteArray.i64(
  1. int value
)

Implementation

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