CustomPredicatePath constructor

CustomPredicatePath(
  1. String customType,
  2. String value, {
  3. bool fetch = false,
})

Main constructor

Implementation

CustomPredicatePath(this.customType, this.value, {this.fetch = false});