FormConfig constructor
FormConfig({})
Creates a new instance of FormConfig.
Implementation
FormConfig({
required this.id,
required this.type,
required this.formKey,
required this.label,
required this.props,
this.isHidden = false,
this.value,
});