JSExportedDartFunctionToFunction#
extension JSExportedDartFunctionToFunction on JSExportedDartFunction
Conversions from JSExportedDartFunction to Function.
Properties#
toDart extension no setter#
Function get toDart
The Dart Function that this JSExportedDartFunction wrapped.
Must be a function that was wrapped with FunctionToJSExportedDartFunction.toJS or FunctionToJSExportedDartFunction.toJSCaptureThis.
Available on JSExportedDartFunction, provided by the JSExportedDartFunctionToFunction extension
Implementation
external Function get toDart;