InputBinding constructor
InputBinding(
- String propertyName,
- String templateName,
- OutputType? type
Implementation
InputBinding(this.propertyName, this.templateName, this.type);