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