Query$searchLeagues$searchLeagues$objects constructor

Query$searchLeagues$searchLeagues$objects({
  1. required String id,
  2. Query$searchLeagues$searchLeagues$objects$league? league,
  3. Query$searchLeagues$searchLeagues$objects$country? country,
  4. List<Query$searchLeagues$searchLeagues$objects$seasons>? seasons,
  5. String $__typename = 'LeagueType',
})

Implementation

Query$searchLeagues$searchLeagues$objects({
  required this.id,
  this.league,
  this.country,
  this.seasons,
  this.$__typename = 'LeagueType',
});