Function_ constructor

Function_({
  1. List<Value>? args,
  2. String? name,
  3. Map<String, Value>? options,
})

Implementation

Function_({this.args, this.name, this.options});