CopyWith$Query$checkWalletAndReputation$checkWalletAndReputation$wallet<TRes> constructor

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

Implementation

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