result property

Object? result
final

The result produced by the invocation, if any.

Either CompletionMessage.error or CompletionMessage.result must be defined, but not both.

Implementation

final Object? result;