isBuiltIn property

  1. @override
bool isBuiltIn
override

A flag indicating whether the keyword is a "built-in" identifier.

Implementation

@override
bool get isBuiltIn => keywordStyle == KeywordStyle.builtIn;