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