CopyWith$Variables$Query$getPlayerById<TRes> constructor

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

Implementation

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