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