addAll method

  1. @override
void addAll(
  1. Iterable<TModel> iterable
)
override

This operation is not supported by an model collection.

Model Collectionではこの操作はサポートされていません。

Implementation

@override
void addAll(Iterable<TModel> iterable) {
  throw UnsupportedError("Cannot modify unmodifiable list");
}