ViewPluginConfig.fromRawJson constructor
ViewPluginConfig.fromRawJson(
- String str
Implementation
factory ViewPluginConfig.fromRawJson(String str) => ViewPluginConfig.fromJson(json.decode(str));
factory ViewPluginConfig.fromRawJson(String str) => ViewPluginConfig.fromJson(json.decode(str));