FetchMoreOptions$Query$searchLeagues constructor

FetchMoreOptions$Query$searchLeagues({
  1. required UpdateQuery updateQuery,
  2. Variables$Query$searchLeagues? variables,
})

Implementation

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