isBuiltIn property
      
      bool
      get
      isBuiltIn
      
    
    
A flag indicating whether the keyword is a "built-in" identifier.
Implementation
bool get isBuiltIn => false;A flag indicating whether the keyword is a "built-in" identifier.
bool get isBuiltIn => false;