idle property

List<T> idle

Implementation

List<T> get idle =>
    where((e) => !e._status.initialized && !e._status.initializing).toList();