FieldGroup constructor
FieldGroup({})
Implementation
FieldGroup({
required this.groupId,
required this.title,
required this.fieldNames,
this.description,
this.layout,
this.columns,
});
FieldGroup({
required this.groupId,
required this.title,
required this.fieldNames,
this.description,
this.layout,
this.columns,
});