menu
fast_app_base package
documentation
common/common.dart
VxNumExtension
isNegative property
isNegative property
dark_mode
light_mode
isNegative
property
bool
get
isNegative
Returns if the number is negative
Implementation
bool get isNegative => this < 0;
fast_app_base package
documentation
common/common
VxNumExtension
isNegative property
VxNumExtension extension on
num