toDart 属性

Future<T> toDart

一个 Future,它要么在解析JSPromise的完成后完成,要么传播JSPromise拒绝的错误。

实现

external Future<T> get toDart;