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