lookup method

E? lookup(
  1. Object? object
)

Implementation

E? lookup(Object? object) => _set.lookup(object);