CopyWith$Query$getTrophies$getTrophies<TRes> constructor

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

Implementation

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