menu
dart_eval package
documentation
stdlib/collection.dart
$ListQueue<E>
$map method
$map method
dark_mode
light_mode
$map
method
$Value
$map
(
E
value
)
Implementation
$Value $map(E value) { if (value == null) return $null(); return mapper(value); }
dart_eval package
documentation
stdlib/collection
$ListQueue<E>
$map method
$ListQueue class