lookup method

E? lookup(
  1. Object? object
)

Implementation

E? lookup(Object? object) {
  return value.lookup(object);
}