compareTo method
Compares this
to other
.
Implementation
@override
int compareTo(Decimal128 other) => _realmLib.realm_dart_decimal128_compare_to(_value, other._value);
Compares this
to other
.
@override
int compareTo(Decimal128 other) => _realmLib.realm_dart_decimal128_compare_to(_value, other._value);