subtractDynamicInt method

  1. @override
Decimal subtractDynamicInt(
  1. DynamicInt other
)
override

Implementation

@override
Decimal subtractDynamicInt(DynamicInt other) =>
    _sumSubOperation(other.toDecimal(), false);