interfaceKeyword property
Return the 'interface' keyword, or null
if the keyword was absent.
Implementation
@Deprecated('This feature was removed from the language')
Token? get interfaceKeyword;
Return the 'interface' keyword, or null
if the keyword was absent.
@Deprecated('This feature was removed from the language')
Token? get interfaceKeyword;