payload property

Object? payload
final

Typed payload object returned from the interaction.

Can contain any object type. Use getPayload for type-safe access.

Implementation

final Object? payload;