TGetOauthProvidersResponse constructor

const TGetOauthProvidersResponse({
  1. required List<v1OauthProvider> oauthProviders,
})

Implementation

const TGetOauthProvidersResponse({
  required this.oauthProviders,
});