withOffset method
returns a new query only modifying the offset value
Implementation
PlanningCenterApiQuery withOffset(int offset) {
return copy()..pageOffset = offset;
}
returns a new query only modifying the offset value
PlanningCenterApiQuery withOffset(int offset) {
return copy()..pageOffset = offset;
}