EmailAddressAuthenticationGoogleId constructor

const EmailAddressAuthenticationGoogleId({
  1. required String token,
})

An authentication token received through Google emailAddressAuthenticationGoogleId

Implementation

const EmailAddressAuthenticationGoogleId({
  required this.token,
});