toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (consentDetails != null) 'consentDetails': consentDetails!,
if (consented != null) 'consented': consented!,
if (dataId != null) 'dataId': dataId!,
};