operator + method

  1. @override
Decimal operator +(
  1. DynamicNumber other
)
override

Implementation

@override
Decimal operator +(DynamicNumber<dynamic> other) =>
    _sumSubOperation(other.toDecimal(), true);