factory Source.fromJson(Map<String, dynamic> json) => Source( name: json['name'], bundleIdentifier: json['bundleIdentifier'], );