call method

Object? call(
  1. Object? arg
)

Implementation

Object? call(Object? arg) => value(arg);