FunctionDescription constructor

FunctionDescription(
  1. String ret,
  2. Map<String, String> args
)

Implementation

FunctionDescription(this.ret, this.args);