compareTo method

  1. @override
int compareTo(
  1. Decimal128 other
)
override

Compares this to other.

Implementation

@override
int compareTo(Decimal128 other) => _realmLib.realm_dart_decimal128_compare_to(_value, other._value);