DateOperatorOptions constructor

DateOperatorOptions({
  1. String? greaterThanOperatorName,
  2. String? lessThanOperatorName,
  3. String? operatorName,
})

Implementation

DateOperatorOptions({
  this.greaterThanOperatorName,
  this.lessThanOperatorName,
  this.operatorName,
});