collection property

CollectionController get collection

Implementation

CollectionController get collection =>
    this['collection'] as CollectionController;
set collection (CollectionController _collection)

Implementation

set collection(CollectionController _collection) =>
    this['collection'] = _collection;