CopyWith$Query$checkWalletAndReputation<TRes> constructor

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

Implementation

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