NUIDBQuery constructor

NUIDBQuery({
  1. required NUIDBFieldQuery field,
  2. NUIDBQueryType type = NUIDBQueryType.EQUALS,
  3. dynamic value,
})

Implementation

NUIDBQuery({required this.field, this.type = NUIDBQueryType.EQUALS, this.value});