menu
teno_rrule package
documentation
teno_rrule.dart
isNotEmpty function
isNotEmpty function
dark_mode
light_mode
isNotEmpty
function
bool
isNotEmpty
(
Iterable
?
iterable
)
Implementation
bool isNotEmpty(Iterable? iterable) { return iterable != null && iterable.isNotEmpty; }
teno_rrule package
documentation
teno_rrule
isNotEmpty function
teno_rrule library