Map<String, dynamic> toJson() { return { 'url': url, 'registrationEnabled': registrationEnabled, 'supportEmail': supportEmail, }; }