asConstructorParameterLabel property

String get asConstructorParameterLabel

Implementation

String get asConstructorParameterLabel => isPositional ? '' : '$name: ';