Query$getLeaguePagination$getLeaguePagination$objects constructor
Query$getLeaguePagination$getLeaguePagination$objects({
- required String id,
- Query$getLeaguePagination$getLeaguePagination$objects$league? league,
- Query$getLeaguePagination$getLeaguePagination$objects$country? country,
- List<
Query$getLeaguePagination$getLeaguePagination$objects$seasons> ? seasons, - String $__typename = 'LeagueType',
Implementation
Query$getLeaguePagination$getLeaguePagination$objects({
required this.id,
this.league,
this.country,
this.seasons,
this.$__typename = 'LeagueType',
});