responseReady property

Future<Response> responseReady

Implementation

Future<Response> get responseReady =>
    js_util.promiseToFuture(js_util.getProperty(this, 'responseReady'));