propertyKeyword property

Token? get propertyKeyword

The token representing the get or set keyword, or null if this is a function declaration rather than a property declaration.

Implementation

Token? get propertyKeyword;