propertyKeyword property

Token? propertyKeyword

Return 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;