PluginConfig.fromRawJson constructor

PluginConfig.fromRawJson(
  1. String str
)

Implementation

factory PluginConfig.fromRawJson(String str) =>
    PluginConfig.fromJson(json.decode(str));