FieldComparison constructor

FieldComparison({
  1. bool? boolValue,
  2. String? comparator,
  3. String? intValue,
  4. String? key,
  5. String? stringValue,
})

Implementation

FieldComparison({
  this.boolValue,
  this.comparator,
  this.intValue,
  this.key,
  this.stringValue,
});