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

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

Implementation

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