AdditionalInfo constructor
const
AdditionalInfo({})
Implementation
const AdditionalInfo({
required this.isNewUser,
this.profile,
this.providerId,
this.username,
this.authorizationCode,
});
const AdditionalInfo({
required this.isNewUser,
this.profile,
this.providerId,
this.username,
this.authorizationCode,
});