propertyName property

String propertyName
final

The name of the input property on the directive class.

For example, "name" in

class User {
  @Input('userName')
  String name;
}

Implementation

final String propertyName;