JSBoxedDartObject typedef

JSBoxedDartObject = JSBoxedDartObject

The type of the boxed Dart object that can be passed to JS safely. There is no interface specified of this boxed object, and you may get a new box each time you box the same Dart object. JSBoxedDartObject <: JSObject.

Implementation

typedef JSBoxedDartObject = js_types.JSBoxedDartObject;