SAMLv2IdentityProvider.fromJson constructor

SAMLv2IdentityProvider.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory SAMLv2IdentityProvider.fromJson(Map<String, dynamic> json) =>
    _$SAMLv2IdentityProviderFromJson(json);