QueryValue constructor
QueryValue({
- required dynamic value,
- OperType operType = OperType.isEqualTo,
Implementation
QueryValue({
required this.value,
this.operType = OperType.isEqualTo,
});