FunctionCall constructor

FunctionCall(
  1. String name,
  2. Map<String, Object?> args
)

Implementation

FunctionCall(this.name, this.args);