operatorKeyword property Null safety
Return the token representing the 'operator' keyword, or null
if this
method does not declare an operator.
Implementation
Token? get operatorKeyword;
Return the token representing the 'operator' keyword, or null
if this
method does not declare an operator.
Token? get operatorKeyword;