proper property

String? proper
getter/setter pair

The grammatical properness. Possible string values are:

  • "PROPER_UNKNOWN" : Proper is not applicable in the analyzed language or is not predicted.
  • "PROPER" : Proper
  • "NOT_PROPER" : Not proper

Implementation

core.String? proper;