$JavaScriptUDF constructor

$JavaScriptUDF({
  1. String? code,
  2. String? functionName,
})

Implementation

$JavaScriptUDF({
  this.code,
  this.functionName,
});