AlfredUserConfigurationConfigTextArea.fromJson constructor

AlfredUserConfigurationConfigTextArea.fromJson(
  1. Map json
)

Implementation

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