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