Query$getLeaguePagination$getLeaguePagination constructor
Query$getLeaguePagination$getLeaguePagination({
- int? count,
- bool? isLast,
- required List<
Query$getLeaguePagination$getLeaguePagination$objects> objects, - String $__typename = 'LeaguePaginateType',
Implementation
Query$getLeaguePagination$getLeaguePagination({
this.count,
this.isLast,
required this.objects,
this.$__typename = 'LeaguePaginateType',
});