isRequiredNamed property
      
      bool
      get
      isRequiredNamed
      
    
    
Whether the parameter is both a required and 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 isRequiredNamed;