templateName property
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;The name used to set the input, optional declared by the input annotation.
For example, "userName" in
class User {
  @Input('userName')
  String name;
}
final String templateName;