Appearance
JSExportedDartFunctionToFunction
extension JSExportedDartFunctionToFunction on JSExportedDartFunctionConversions from JSExportedDartFunction to Function.
Properties
toDart extension no setter
Function get toDartThe 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
dart
external Function get toDart;