ViewPluginConfig.fromRawJson constructor

ViewPluginConfig.fromRawJson(
  1. String str
)

Implementation

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