copyWith method
Implementation
EmailAddressAuthenticationGoogleId copyWith({String? token}) =>
EmailAddressAuthenticationGoogleId(token: token ?? this.token);
EmailAddressAuthenticationGoogleId copyWith({String? token}) =>
EmailAddressAuthenticationGoogleId(token: token ?? this.token);