menu
decimal4d package
documentation
decimal.dart
Decimal
operator > method
operator > method
dark_mode
light_mode
operator >
method
bool
operator >
(
Decimal
other
)
Greater than
Implementation
bool operator >(Decimal other) => compareTo(other) > 0;
decimal4d package
documentation
decimal
Decimal
operator > method
Decimal class