toDart property - JSExportedDartFunctionToFunction extension - dart:js_interop library (original) (raw)
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;