ListOperand constructor

ListOperand({
  1. String? encodedOperand,
  2. required List<JqlQueryUnitaryOperand> values,
})

Implementation

ListOperand({this.encodedOperand, required this.values});