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