equalsBigInt abstract method

  1. @override
bool equalsBigInt(
  1. BigInt n
)
override

Returns true if n is equals to this number.

Implementation

@override
bool equalsBigInt(BigInt n);