ViewPluginCompositeConfig.fromRawJson constructor

ViewPluginCompositeConfig.fromRawJson(
  1. String str
)

Implementation

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