v1GetOauth2CredentialResponse constructor

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

Implementation

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