CopyWith$Query$getStandings<TRes> constructor

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

Implementation

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