PlanningCenterApiWhere.gte constructor

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

Implementation

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