toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final accessDeterminationLogConfig = this.accessDeterminationLogConfig;
final accessEnforced = this.accessEnforced;
final consentHeaderHandling = this.consentHeaderHandling;
final enforcedAdminConsents = this.enforcedAdminConsents;
final version = this.version;
return {
'accessDeterminationLogConfig': ?accessDeterminationLogConfig,
'accessEnforced': ?accessEnforced,
'consentHeaderHandling': ?consentHeaderHandling,
'enforcedAdminConsents': ?enforcedAdminConsents,
'version': ?version,
};
}