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