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