toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (abuse != null) 'abuse': abuse!,
  if (authorization != null) 'authorization': authorization!,
  if (cors != null) 'cors': cors!,
  if (mediation != null) 'mediation': mediation!,
  if (mtls != null) 'mtls': mtls!,
  if (threat != null) 'threat': threat!,
};