toDart property

Future<T> toDart

A Future that either completes with the result of the resolved JSPromise or propagates the error that the JSPromise rejected with.

Implementation

external Future<T> get toDart;