toJson method

Map<String, dynamic> toJson()

Implementation

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