modifier property
Token?
get
modifier
Return the 'get', 'set', or 'operator' modifier that appears before the
name, or null
if there is no modifier.
Implementation
Token? get modifier;
Return the 'get', 'set', or 'operator' modifier that appears before the
name, or null
if there is no modifier.
Token? get modifier;