toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (firstPartyOauth2ClientId != null)
'firstPartyOauth2ClientId': firstPartyOauth2ClientId!,
if (thirdPartyOauth2ClientId != null)
'thirdPartyOauth2ClientId': thirdPartyOauth2ClientId!,
};