CopyWith$Query$searchLeagues$searchLeagues$objects$seasons<TRes> constructor

CopyWith$Query$searchLeagues$searchLeagues$objects$seasons<TRes>(
  1. Query$searchLeagues$searchLeagues$objects$seasons instance,
  2. TRes then(
    1. Query$searchLeagues$searchLeagues$objects$seasons
    )
)

Implementation

factory CopyWith$Query$searchLeagues$searchLeagues$objects$seasons(
  Query$searchLeagues$searchLeagues$objects$seasons instance,
  TRes Function(Query$searchLeagues$searchLeagues$objects$seasons) then,
) = _CopyWithImpl$Query$searchLeagues$searchLeagues$objects$seasons;