sealedKeyword property

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

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

Implementation

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