menu
dart_mappable package
documentation
internals.dart
ListCopyWith<$R, $E, $C>
addAll abstract method
addAll abstract method
dark_mode
light_mode
addAll
abstract method
$R
addAll
(
Iterable
<
$E
>
v
)
Returns a new list with the items added to the end of the list
Implementation
$R addAll(Iterable<$E> v);
dart_mappable package
documentation
internals
ListCopyWith<$R, $E, $C>
addAll abstract method
ListCopyWith class