propertyName property
The name of the input property on the directive class.
For example, "name" in
class User {
@Input('userName')
String name;
}
Implementation
final String propertyName;
The name of the input property on the directive class.
For example, "name" in
class User {
@Input('userName')
String name;
}
final String propertyName;