result property

Object? result
final

The result produced by the invocation, if any.

Either {@link @microsoft/signalr.CompletionMessage.error} or {@link @microsoft/signalr.CompletionMessage.result} must be defined, but not both.

Implementation

final Object? result;