keys method

Future<List> keys ()

Implementation

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