json method

Future json()

Implementation

Future<dynamic> json() =>
    js_util.promiseToFuture(js_util.callMethod(this, 'json', []));