operator - method - BigInt class - dart:core library (original) (raw)

description

operator - abstract method

BigInt operator -(

  1. BigInt other )

Subtracts other from this big integer.

The result is again a big integer.

Implementation

BigInt operator -(BigInt other);