operator unary- method
Returns the negation of this value.
Implementation
Expression<DT> operator -() {
return (-dartCast<int>()).dartCast<DT>();
}
Returns the negation of this value.
Expression<DT> operator -() {
return (-dartCast<int>()).dartCast<DT>();
}