PlanningCenterApiWhere.lte constructor

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

Implementation

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