TimestampOperatorOptions constructor

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

Implementation

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