FunctionOperand constructor

FunctionOperand({
  1. required List<String> arguments,
  2. String? encodedOperand,
  3. required String function,
})

Implementation

FunctionOperand(
    {required this.arguments, this.encodedOperand, required this.function});