operator + method
Adds this
with other
and returns a new Decimal128.
Implementation
Decimal128 operator +(Decimal128 other) {
return Decimal128._(_realmLib.realm_dart_decimal128_add(_value, other._value));
}
Adds this
with other
and returns a new Decimal128.
Decimal128 operator +(Decimal128 other) {
return Decimal128._(_realmLib.realm_dart_decimal128_add(_value, other._value));
}