Map<String, dynamic> toJson() { return { 'registrationId': registrationId.toJson(), 'scopeURL': scopeURL, 'isDeleted': isDeleted, }; }