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

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

Implementation

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