toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (accessLevels != null) 'accessLevels': accessLevels!,
  if (audiences != null) 'audiences': audiences!,
  if (claims != null) 'claims': claims!,
  if (oauth != null) 'oauth': oauth!,
  if (presenter != null) 'presenter': presenter!,
  if (principal != null) 'principal': principal!,
};