contentPool property

List<IContent>? contentPool

Property getter and setter for contentPool:

Implementation

List<IContent>? get contentPool;
void contentPool=(List<IContent>? contentPool)

Implementation

set contentPool(List<IContent>? contentPool);