toDart property

Object toDart

The 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.

Implementation

external Object get toDart;