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