propertyKeyword property
Token?
get
propertyKeyword
The token representing the get
or set
keyword, or null
if this is a
method declaration rather than a property
declaration.
Implementation
Token? get propertyKeyword;