isRequiredNamed property

bool get isRequiredNamed

Whether this parameter is both a required and named parameter.

Note: this returns false for a named parameter that is annotated with the @required annotation.

Implementation

bool get isRequiredNamed;