isRequiredNamed property

bool isRequiredNamed

Return true if this parameter is both a required and named parameter.

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

Implementation

bool get isRequiredNamed;