parameterDefined property

String? parameterDefined
final

Names a parameter of a method or function that, when present, signals that the annotated member's value is used by that method or function and does not need to be further checked.

Implementation

final String? parameterDefined;