menu
dart_eval package
documentation
stdlib/collection.dart
$ListQueue<E>
$ListQueue.new constructor
$ListQueue.new constructor
dark_mode
light_mode
$ListQueue<
E
>
constructor
$ListQueue<
E
>
(
ListQueue
<
E
>
$value
,
$Value
mapper
(
E
)
)
Implementation
$ListQueue(this.$value, this.mapper) : _superclass = $Iterable.wrap($value);
dart_eval package
documentation
stdlib/collection
$ListQueue<E>
$ListQueue.new constructor
$ListQueue class