JSExportedDartObject typedef

JSExportedDartObject = JSExportedDartObject

The type of all Dart objects exported to JS. If a Dart type is not explicitly marked with @JSExport, then no guarantees are made about its representation in JS. JSExportedDartObject <: JSObject.

Implementation

typedef JSExportedDartObject = js_types.JSExportedDartObject;