Function$ constructor

Function$({
  1. required String name,
  2. List<Value> args = const [],
  3. Map<String, Value> options = const {},
})

Implementation

Function$({required this.name, this.args = const [], this.options = const {}})
  : super(fullyQualifiedName);