toMap method

Map<String, Object?> toMap()

Implementation

Map<String, Object?> toMap() => {
  if (pluginName != null) '_PROTO_plugin_name': pluginName,
  if (marketplaceName != null) '_PROTO_marketplace_name': marketplaceName,
  'is_managed': isManaged,
};