completion property

String completion
getter/setter pair

The completion from the selected CompletionSuggestion. It could be a name of a class, or a name of a constructor in form "typeName.constructorName()", or an enumeration constant in form "enumName.constantName", etc.

Implementation

String completion;