factory CatalogBootstrapConfig.fromJson(Map<String, dynamic> json) { return CatalogBootstrapConfig( apiUrl: json['apiUrl']?.toString() ?? '', ); }