toDart property
The Dart function that this JSExportedDartFunction<T>
forwards to.
Must be a function that was created with FunctionToJSExportedDartFunction.toJS or FunctionToJSExportedDartFunction.toJSCaptureThis.
The Dart function is cast to T.
Implementation
external T get toDart;