hasKey method

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

Determines whether the map contains the specified key.

Implementation

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