menu
flutter_pickers package
documentation
time_picker/model/pduration.dart
intNotEmpty function
intNotEmpty function
dark_mode
light_mode
intNotEmpty
function
bool
intNotEmpty
(
int
?
value
)
Implementation
bool intNotEmpty(int? value) { return (value != null && value != 0); }
flutter_pickers package
documentation
time_picker/model/pduration
intNotEmpty function
pduration library