toIterable method

Iterable<O> toIterable()

Implementation

Iterable<O> toIterable() => _groups.whereNotNull().expand((l) => l);