PlanningCenterApiQuery constructor
PlanningCenterApiQuery( )
Implementation
PlanningCenterApiQuery({
this.perPage = 25,
this.pageOffset = 0,
this.getAll = false,
this.order,
List<PlanningCenterApiWhere>? where,
Iterable<String> filter = const <String>[],
Iterable<String> include = const <String>[],
this.extraParams = const {},
}) : where = where ?? [] {
this.filter.addAll(filter);
this.include.addAll(include);
}