keys method

Implementation

Future<Iterable<String>> keys() =>
    js_util.promiseToFuture(js_util.callMethod(this, 'keys', []));