CopyWith$Query$getPlayerById$getPlayerById$statistics$cards<TRes> constructor

CopyWith$Query$getPlayerById$getPlayerById$statistics$cards<TRes>(
  1. Query$getPlayerById$getPlayerById$statistics$cards instance,
  2. TRes then(
    1. Query$getPlayerById$getPlayerById$statistics$cards
    )
)

Implementation

factory CopyWith$Query$getPlayerById$getPlayerById$statistics$cards(
  Query$getPlayerById$getPlayerById$statistics$cards instance,
  TRes Function(Query$getPlayerById$getPlayerById$statistics$cards) then,
) = _CopyWithImpl$Query$getPlayerById$getPlayerById$statistics$cards;