CollectionController<T> constructor

CollectionController<T>(
  1. List<T> value
)

Implementation

CollectionController(super.value);