ControlInfo constructor

ControlInfo(
  1. String name,
  2. String template
)

Implementation

ControlInfo(this.name, this.template);