menu
k_chart_plus_deeping package
documentation
decimal_extension.dart
DecimalExtension
isNegative property
isNegative property
dark_mode
light_mode
isNegative
property
bool
get
isNegative
Implementation
bool get isNegative => compareTo(Decimal.zero) < 0;
k_chart_plus_deeping package
documentation
decimal_extension
DecimalExtension
isNegative property
DecimalExtension extension on Decimal