core.Map<core.String, core.dynamic> toJson() { final consent = this.consent; final mobileDeviceIds = this.mobileDeviceIds; return {'consent': ?consent, 'mobileDeviceIds': ?mobileDeviceIds}; }