Plugin.fromJson constructor

Plugin.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Plugin.fromJson(Map<String, Object?> json) => _$PluginFromJson(json);