result property

Object? result
getter/setter pair

The result of the function invocation.

Set by the function invoker after the function completes.

Implementation

Object? result;