isNamed property
      
      bool
      get
      isNamed
      
    
    
Whether the parameter is a named parameter.
Named parameters that are annotated with the @required annotation are
considered optional. Named parameters that are annotated with the
required syntax are considered required.
Implementation
bool get isNamed;