ViewPlugin.fromRawJson constructor

ViewPlugin.fromRawJson(
  1. String str
)

Implementation

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