help property

List<IContent>? help

Property getter and setter for help:

Implementation

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

Implementation

set help(List<IContent>? help);