Skip to content

Commit 4704472

Browse files
committed
Remove deprecated declarations.
Keep `.whereNotNull`. It's deprecation is fairly new. Deprecate `IterableZip` in anticipation of getting `.zip` in the platform libraries.
1 parent bb1e3f8 commit 4704472

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkgs/collection/lib/src/queue_list.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
import 'dart:collection';
66

77
/// A class that efficiently implements both [Queue] and [List].
8-
// TODO(nweiz): Currently this code is copied almost verbatim from
9-
// dart:collection. The only changes are to implement List and to remove methods
10-
// that are redundant with ListMixin. Remove or simplify it when issue 21330 is
11-
// fixed.
128
interface class QueueList<E> with ListMixin<E> implements Queue<E> {
139
/// Adapts [source] to be a `QueueList<T>`.
1410
///

0 commit comments

Comments
 (0)