menu
realm_dart package
documentation
realm.dart
Decimal128
operator < abstract method
operator < abstract method
dark_mode
light_mode
operator <
abstract method
bool
operator <
(
Decimal128
other
)
Returns
true
if
this
is less than
other
.
Implementation
bool operator <(Decimal128 other);
realm_dart package
documentation
realm
Decimal128
operator < abstract method
Decimal128 class