ListOperand constructor
ListOperand({
- String? encodedOperand,
- required List<
JqlQueryUnitaryOperand> values,
Implementation
ListOperand({this.encodedOperand, required this.values});