CopyWith$Variables$Query$getStandings<TRes> constructor

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

Implementation

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