toDart 属性

Object toDart

JSBoxedDartObject 封装对应的 Dart Object

如果 Dart 运行时与封装 Object 的运行时不相同,或者此对象不是封装的 Dart Object,则抛出 Exception

实现

external Object get toDart;