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