PcoCollection<T extends PcoResource> constructor

PcoCollection<T extends PcoResource>(
  1. List<T> items,
  2. PlanningCenterApiMeta meta,
  3. PlanningCenterApiResponse<PlanningCenterApiData> response,
  4. PlanningCenterApiQuery query,
  5. String endpoint,
  6. String apiVersion,
)

Implementation

PcoCollection(
  this.items,
  this.meta,
  this.response,
  this.query,
  this.endpoint,
  this.apiVersion,
);