CopyWith$Variables$Query$getTrophies<TRes> constructor

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

Implementation

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