ready property

Future<void> ready

Implementation

Future<void> get ready =>
    js_util.promiseToFuture(js_util.getProperty(this, 'ready'));