operator < method
Returns true
if this
is less than other
.
Implementation
bool operator <(Decimal128 other) {
return _realmLib.realm_dart_decimal128_less_than(_value, other._value);
}
Returns true
if this
is less than other
.
bool operator <(Decimal128 other) {
return _realmLib.realm_dart_decimal128_less_than(_value, other._value);
}