menu
cell package
documentation
collective.dart
UnmodifiableCollectiveQueueAsync<E>
unmodifiable property
unmodifiable property
dark_mode
light_mode
unmodifiable
property
@
override
CollectiveQueue
<
E
>
get
unmodifiable
override
Gets an unmodifiable view of this queue.
Implementation
@override CollectiveQueue<E> get unmodifiable => this;
cell package
documentation
collective
UnmodifiableCollectiveQueueAsync<E>
unmodifiable property
UnmodifiableCollectiveQueueAsync class