Query$getLeaguePagination$getLeaguePagination$objects$league constructor

Query$getLeaguePagination$getLeaguePagination$objects$league({
  1. required int id,
  2. String? name,
  3. Enum$LeagueTypeEnum? type,
  4. String $__typename = 'LeagueObjType',
})

Implementation

Query$getLeaguePagination$getLeaguePagination$objects$league({
  required this.id,
  this.name,
  this.type,
  this.logo,
  this.$__typename = 'LeagueObjType',
});