factory Catalog.fromJson(Map<String, dynamic> json) => Catalog( catalogId: json["catalogId"], catalogName: json["catalogName"], );