operator unary- method

Decimal128 operator unary-()

Negates this and returns a new Decimal128.

Implementation

Decimal128 operator -() => Decimal128._(_realmLib.realm_dart_decimal128_negate(_value));