AdditionalUserInfo constructor
AdditionalUserInfo({})
Implementation
@protected
AdditionalUserInfo({
required this.isNewUser,
this.profile,
this.providerId,
this.username,
this.authorizationCode,
});
@protected
AdditionalUserInfo({
required this.isNewUser,
this.profile,
this.providerId,
this.username,
this.authorizationCode,
});