get method

Implementation

Future<CookieListItem> get(String name) =>
    js_util.promiseToFuture(js_util.callMethod(this, 'get', [name]));