hasKey method

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

Determines whether the map contains the specified key.

Implementation

@override
bool hasKey(String key) => _iMap.hasKey(key);