setAll method
This operation is not supported by an model collection.
Model Collectionではこの操作はサポートされていません。
Implementation
@override
void setAll(int index, Iterable<TModel> iterable) {
throw UnsupportedError("Cannot modify unmodifiable list");
}
This operation is not supported by an model collection.
Model Collectionではこの操作はサポートされていません。
@override
void setAll(int index, Iterable<TModel> iterable) {
throw UnsupportedError("Cannot modify unmodifiable list");
}