Query$findSocialsPagination$findSocialsPagination constructor

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

Implementation

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