whereInitializing method

List<T> whereInitializing()

Implementation

List<T> whereInitializing() => where((e) => e.isInitializing).toList();