operator - method Null safety

BigInt operator - (
  1. BigInt other
)

Subtraction operator.

Implementation

BigInt operator -(BigInt other);