menu
netease_common package
documentation
netease_common.dart
IterableX<E>
copy method
copy method
dark_mode
light_mode
copy
method
Iterable
<
E
>
copy
(
)
Implementation
Iterable<E> copy() { return List<E>.from(this, growable: false); }
netease_common package
documentation
netease_common
IterableX<E>
copy method
IterableX extension on
Iterable
<
E
>