operator unary- method - int class - dart:core library (original) (raw)
operator unary- abstract method
int operator unary-()
override
Return the negative value of this integer.
The result of negating an integer always has the opposite sign, except for zero, which is its own negation.
Implementation
int operator -();