AuthAdditionalUserInfoVO constructor

const AuthAdditionalUserInfoVO({
  1. String? authorizationCode,
  2. String? providerId,
  3. String? username,
  4. bool? isNewUser,
  5. Map<String, dynamic>? profile,
})

Implementation

const AuthAdditionalUserInfoVO({
  this.authorizationCode,
  this.providerId,
  this.username,
  this.isNewUser,
  this.profile,
});