DytePlugin.fromJson constructor

DytePlugin.fromJson(
  1. String source,
  2. DytePluginApi dytePluginApi
)

Implementation

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