CopyWith$Query$checkWalletAndReputation$checkWalletAndReputation<TRes> constructor

CopyWith$Query$checkWalletAndReputation$checkWalletAndReputation<TRes>(
  1. Query$checkWalletAndReputation$checkWalletAndReputation instance,
  2. TRes then(
    1. Query$checkWalletAndReputation$checkWalletAndReputation
    )
)

Implementation

factory CopyWith$Query$checkWalletAndReputation$checkWalletAndReputation(
  Query$checkWalletAndReputation$checkWalletAndReputation instance,
  TRes Function(Query$checkWalletAndReputation$checkWalletAndReputation) then,
) = _CopyWithImpl$Query$checkWalletAndReputation$checkWalletAndReputation;