menu
jay_util_package package
documentation
num/decimal.dart
Decimal
operator > method
operator > method
dark_mode
light_mode
operator >
method
bool
operator >
(
Decimal
other
)
Relational greater than operator.
Implementation
bool operator >(Decimal other) => _rational > other._rational;
jay_util_package package
documentation
num/decimal
Decimal
operator > method
Decimal class