IoDataTemplate constructor

IoDataTemplate(
  1. String name,
  2. String type,
  3. bool isMandatory
)

Implementation

IoDataTemplate(this.name, this.type, this.isMandatory);