menu
octopus_extensions package
documentation
extensions.dart
IntExtensions
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;
octopus_extensions package
documentation
extensions
IntExtensions
isPositive property
IntExtensions extension on
int