completion property

List<IContent>? completion

Property getter and setter for completion:

Implementation

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

Implementation

set completion(List<IContent>? completion);