keys method

Future<List<String>> keys ()

Implementation

Future<List<String>> keys() =>
    promiseToFuture<List<String>>(JS("", "#.keys()", this));