PlanningCenterApiWhere.gt constructor

PlanningCenterApiWhere.gt(
  1. String attribute,
  2. String value
)

Implementation

PlanningCenterApiWhere.gt(this.attribute, this.value) : operator = 'gt';