TListOauth2CredentialsResponse constructor
const
TListOauth2CredentialsResponse({
- required List<
v1Oauth2Credential> oauth2Credentials,
Implementation
const TListOauth2CredentialsResponse({
required this.oauth2Credentials,
});