FunctionCall constructor

FunctionCall({
  1. List<Object?>? args,
  2. String? function,
})

Implementation

FunctionCall({
  this.args,
  this.function,
});