finalizing property

List<T> finalizing

Implementation

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