templateName property
The name of the input, optionally declared by an input annotation.
For example, "userName" in
class User { @Input('userName') String name; }
If no binding name is specified, this defaults to memberName.
Implementation
final String templateName;