TekioFieldData constructor
TekioFieldData({})
Implementation
TekioFieldData({
required this.fieldKey,
this.groupingKey,
required this.fieldType,
this.fieldLabel,
this.fieldHint,
this.maxLines,
this.minLength,
this.maxLength,
this.isMandatory,
this.order,
this.regexValidation,
this.maxValue,
this.minValue,
});