CopyWith$Query$getStandings$getStandings$league<TRes> constructor

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

Implementation

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