toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (accessorScope != null) 'accessorScope': accessorScope!,
if (decision != null) 'decision': decision!,
if (enforcingConsents != null) 'enforcingConsents': enforcingConsents!,
if (exceptions != null) 'exceptions': exceptions!,
};