Property getter and setter for contentPool:
List<IContent>? get contentPool;
set contentPool(List<IContent>? contentPool);