copyWith property

AuthenticatedRequestedCopyWith<AuthenticatedRequested, AuthenticatedRequested, AuthenticatedRequested> get copyWith

Implementation

AuthenticatedRequestedCopyWith<
  AuthenticatedRequested,
  AuthenticatedRequested,
  AuthenticatedRequested
>
get copyWith =>
    _AuthenticatedRequestedCopyWithImpl<
      AuthenticatedRequested,
      AuthenticatedRequested
    >(this as AuthenticatedRequested, $identity, $identity);