UDynamicOptionsConfig constructor
UDynamicOptionsConfig({})
Implementation
UDynamicOptionsConfig({
required this.apiUrl,
this.responsePath,
this.valueField = "value",
this.textField = "text",
this.enableSearch = false,
this.minCharsForSearch = 2,
});