initialized property

List<T> initialized

Implementation

List<T> get initialized => where((e) => e._status.initialized).toList();