hasKey method

bool hasKey(
  1. String key
)

Checks if the bundle contains a value with the given key

Implementation

bool hasKey(String key) => _internalMap.containsKey(key);