InputData constructor
Implementation
InputData(this.varName,
{this.postProcess = noSpacesAtEndAndNoSlashes,
required this.hint,
this.value,
this.verify = defaultVerification});
InputData(this.varName,
{this.postProcess = noSpacesAtEndAndNoSlashes,
required this.hint,
this.value,
this.verify = defaultVerification});