CopyWith$Query$checkWalletAndReputation$checkWalletAndReputation$currentReputation$perks<TRes> constructor

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

Implementation

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