CustomFunctionHandle constructor
CustomFunctionHandle({})
Implementation
CustomFunctionHandle({
required this.name,
required Map<String, DslType> args,
required this.returnType,
}) : args = UnmodifiableMapView(Map<String, DslType>.from(args));