has method Null safety

Future has(
  1. String cacheName
)

Implementation

Future has(String cacheName) =>
    promiseToFuture(JS("", "#.has(#)", this, cacheName));