AlfredUserConfigurationConfigSelect.fromJson constructor

AlfredUserConfigurationConfigSelect.fromJson(
  1. Map json
)

Implementation

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