InputBinding constructor

InputBinding(
  1. String propertyName,
  2. String templateName,
  3. OutputType? type
)

Implementation

InputBinding(this.propertyName, this.templateName, this.type);