NUIDBQuery constructor
NUIDBQuery({
- @required NUIDBFieldQuery field,
- NUIDBQueryType type = NUIDBQueryType.EQUALS,
- dynamic value,
Implementation
NUIDBQuery({@required this.field, this.type: NUIDBQueryType.EQUALS, this.value});