templateName property

String templateName
final

The name used to set the input, optional declared by the input annotation.

For example, "userName" in

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

Implementation

final String templateName;