toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final accessorScope = this.accessorScope;
final decision = this.decision;
final enforcingConsents = this.enforcingConsents;
final exceptions = this.exceptions;
return {
'accessorScope': ?accessorScope,
'decision': ?decision,
'enforcingConsents': ?enforcingConsents,
'exceptions': ?exceptions,
};
}