toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (accessDeterminationLogConfig != null)
    'accessDeterminationLogConfig': accessDeterminationLogConfig!,
  if (accessEnforced != null) 'accessEnforced': accessEnforced!,
  if (consentHeaderHandling != null)
    'consentHeaderHandling': consentHeaderHandling!,
  if (enforcedAdminConsents != null)
    'enforcedAdminConsents': enforcedAdminConsents!,
  if (version != null) 'version': version!,
};