menu
ekyc_flutter package
documentation
app/configs/config.dart
VxNumExtension
isPositive property
isPositive property
dark_mode
light_mode
isPositive
property
bool
get
isPositive
Returns if the number is positive
Implementation
bool get isPositive => this > 0;
ekyc_flutter package
documentation
app/configs/config
VxNumExtension
isPositive property
VxNumExtension extension on
num