Query$getLeaguePagination$getLeaguePagination$objects$league constructor
Query$getLeaguePagination$getLeaguePagination$objects$league({
- required int id,
- String? name,
- Enum$LeagueTypeEnum? type,
- String? logo,
- String $__typename = 'LeagueObjType',
Implementation
Query$getLeaguePagination$getLeaguePagination$objects$league({
required this.id,
this.name,
this.type,
this.logo,
this.$__typename = 'LeagueObjType',
});