Query$findSocialsPagination$findSocialsPagination constructor
Query$findSocialsPagination$findSocialsPagination({
- int? count,
- bool? isLast,
- required List<
Query$findSocialsPagination$findSocialsPagination$objects> objects,
Implementation
Query$findSocialsPagination$findSocialsPagination({
this.count,
this.isLast,
required this.objects,
});