lookup method
override
Throws an UnsupportedError since there's no corresponding method for Maps.
Implementation
E lookup(Object element) =>
throw new UnsupportedError("MapKeySet doesn't support lookup().");
Throws an UnsupportedError since there's no corresponding method for Maps.
E lookup(Object element) =>
throw new UnsupportedError("MapKeySet doesn't support lookup().");