PlanningCenterApiWhere constructor

PlanningCenterApiWhere(
  1. String attribute,
  2. String value, [
  3. String? operator
])

Implementation

PlanningCenterApiWhere(this.attribute, this.value, [this.operator]);