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