AlfredUserConfigurationSelect.fromJson constructor

AlfredUserConfigurationSelect.fromJson(
  1. Map json
)

Implementation

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