JsFunction.withThis constructor Null safety

JsFunction.withThis(
  1. Function f
)

Returns a JsFunction that captures its 'this' binding and calls f with the value of JavaScript this passed as the first argument.

Implementation

external factory JsFunction.withThis(Function f);