Query$getUpcomingChallengesByTargetAndUserAudienceWithLinkedAccountsPaginated$getUpcomingChallengesByTargetAndUserAudienceWithLinkedAccountsPaginated constructor

Query$getUpcomingChallengesByTargetAndUserAudienceWithLinkedAccountsPaginated$getUpcomingChallengesByTargetAndUserAudienceWithLinkedAccountsPaginated({
  1. int? count,
  2. bool? isLast,
  3. required List<Query$getUpcomingChallengesByTargetAndUserAudienceWithLinkedAccountsPaginated$getUpcomingChallengesByTargetAndUserAudienceWithLinkedAccountsPaginated$objects> objects,
})

Implementation

Query$getUpcomingChallengesByTargetAndUserAudienceWithLinkedAccountsPaginated$getUpcomingChallengesByTargetAndUserAudienceWithLinkedAccountsPaginated({
  this.count,
  this.isLast,
  required this.objects,
});