FetchMoreOptions$Query$searchLeagues constructor
FetchMoreOptions$Query$searchLeagues({
- required UpdateQuery updateQuery,
- Variables$Query$searchLeagues? variables,
Implementation
FetchMoreOptions$Query$searchLeagues({
required graphql.UpdateQuery updateQuery,
Variables$Query$searchLeagues? variables,
}) : super(
updateQuery: updateQuery,
variables: variables?.toJson() ?? {},
document: documentNodeQuerysearchLeagues,
);