divideBigInt method

  1. @override
Decimal divideBigInt(
  1. BigInt n2
)
override

Implementation

@override
Decimal divideBigInt(BigInt n2) {
  return _divideOperationByDynamicInt(DynamicInt.fromBigInt(n2));
}