has method

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

Implementation

@override
bool has(String key) => _storage.containsKey(key);