TGetOauth2CredentialResponse constructor

const TGetOauth2CredentialResponse({
  1. required v1Oauth2Credential oauth2Credential,
})

Implementation

const TGetOauth2CredentialResponse({
  required  this.oauth2Credential,
});