lookup abstract method

E? lookup(
  1. Object? object
)

Returns if the object in the set, otherwise returns null.

Implementation

E? lookup(Object? object);