Appearance
JSBoxedDartObjectToObject
extension JSBoxedDartObjectToObject on JSBoxedDartObjectConversions from JSBoxedDartObject to Object.
Properties
toDart extension no setter
Object get toDartThe Dart Object that this JSBoxedDartObject wrapped.
Throws an Exception if the Dart runtime was not the same as the one in which the Object was wrapped or if this was not a wrapped Dart Object.
Available on JSBoxedDartObject, provided by the JSBoxedDartObjectToObject extension
Implementation
dart
external Object get toDart;