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