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