toDart property - JSExportedDartFunctionToFunction extension - dart:js_interop library (original) (raw)

description

Function gettoDart

The Dart Function that this JSExportedDartFunction wrapped.

Must be a function that was wrapped withFunctionToJSExportedDartFunction.toJS orFunctionToJSExportedDartFunction.toJSCaptureThis.

Implementation

external Function get toDart;