inlineKeyword property

  1. @Deprecated('Replaced with extension types')
  2. @experimental
Token? inlineKeyword

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

Implementation

@Deprecated('Replaced with extension types')
@experimental
Token? get inlineKeyword;