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