AlfredUserConfigurationConfigSelect.fromJson constructor
AlfredUserConfigurationConfigSelect.fromJson(
- Map json
Implementation
factory AlfredUserConfigurationConfigSelect.fromJson(Map json) =>
_$AlfredUserConfigurationConfigSelectFromJson(
json.map((k, v) => MapEntry(k.toString(), v)),
);