ValueOperand constructor

ValueOperand({
  1. String? encodedValue,
  2. required String value,
})

Implementation

ValueOperand({this.encodedValue, required this.value});