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