interfaceKeyword property

  1. @Deprecated('This feature was removed from the language')
Token? interfaceKeyword

Return the 'interface' keyword, or null if the keyword was absent.

Implementation

@Deprecated('This feature was removed from the language')
Token? get interfaceKeyword;