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