lookup method

  1. @override
String lookup(
  1. String key
)
override

Returns the item at the specified key in the map.

Implementation

@override
String lookup(String key) => _iMap.lookup(key);