haveKey method

  1. @override
bool haveKey(
  1. String key
)

Implementation

@override
bool haveKey(String key) => storage.containsKey(key);