privateName property

  1. @experimental
String? get privateName

If this field formal parameter is a named parameter with a private name, the original private name.

In that case, name is the corresponding public name for the parameter.

Implementation

@experimental
String? get privateName;