copyWith method

Implementation

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