operator unary- abstract method

  1. @override
DynamicInt operator unary-()
override

Return the negative value of this integer.

Implementation

@override
DynamicInt operator -();