removedAndOrphaned property

List<MutableLayerElement<T>> removedAndOrphaned

Implementation

List<MutableLayerElement<T>> get removedAndOrphaned =>
    List.from(removed)..addAll(orphaned);