DytePlugin.fromJson constructor
DytePlugin.fromJson(
- String source,
- DytePluginApi dytePluginApi
Implementation
factory DytePlugin.fromJson(String source, DytePluginApi dytePluginApi) =>
DytePlugin.fromMap(json.decode(source), dytePluginApi);