SetAccountInfoResponseProviderUserInfo constructor

SetAccountInfoResponseProviderUserInfo({
  1. String? displayName,
  2. String? federatedId,
  3. String? photoUrl,
  4. String? providerId,
})

Implementation

SetAccountInfoResponseProviderUserInfo({
  this.displayName,
  this.federatedId,
  this.photoUrl,
  this.providerId,
});