BaseFieldConfig constructor
const
BaseFieldConfig({})
Implementation
const BaseFieldConfig({required this.name, required this.label, this.required = false, this.defaultValue, this.validator, this.isShow = true, this.key});