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