addAll method
Implementation
AutoListReadyState<T> addAll(List<T> others, {int? page, int? total}) {
return AutoListReadyState(items.add(others: others, page: page, total: total));
}
AutoListReadyState<T> addAll(List<T> others, {int? page, int? total}) {
return AutoListReadyState(items.add(others: others, page: page, total: total));
}