toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final defaultSupportedIdps = this.defaultSupportedIdps;
final nextPageToken = this.nextPageToken;
return {
'defaultSupportedIdps': ?defaultSupportedIdps,
'nextPageToken': ?nextPageToken,
};
}