factory PluginManifest.fromJson(Map<String, dynamic> json) => PluginManifest( name: json['name'] as String, version: json['version'] as String?, );