bitNot method

BigInt bitNot({
  1. int? bitLength,
})

Implementation

BigInt bitNot({int? bitLength}) => bnUtil.bitnot(this, bitLength: bitLength);