factory CustomContentLinks.fromJson(Map<String, Object?> json) { return CustomContentLinks( webui: json[r'webui'] as String?, ); }