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