toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (accessLevels != null) 'accessLevels': accessLevels!,
  if (dryRunAccessLevels != null) 'dryRunAccessLevels': dryRunAccessLevels!,
  if (groupKey != null) 'groupKey': groupKey!,
  if (name != null) 'name': name!,
  if (restrictedClientApplications != null)
    'restrictedClientApplications': restrictedClientApplications!,
  if (scopedAccessSettings != null)
    'scopedAccessSettings': scopedAccessSettings!,
  if (sessionSettings != null) 'sessionSettings': sessionSettings!,
};