lookup method

  1. @override
Object? lookup(
  1. Guid key
)
override

Returns the item at the specified key in the map.

Implementation

@override
Object? lookup(Guid key) => _iMap.lookup(key);