toJson method

Map<String, dynamic> toJson()

Implementation

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