Plugin.fromJson constructor

Plugin.fromJson(
  1. JSONMap json,
  2. String fieldType
)

Implementation

factory Plugin.fromJson(JSONMap json, String fieldType) => Plugin(fieldType: fieldType, data: json);