v1CreateOauthProvidersResultV2 constructor

const v1CreateOauthProvidersResultV2({
  1. required List<String> providerIds,
})

Implementation

const v1CreateOauthProvidersResultV2({
  required this.providerIds,
});