jsonData property

Map<String, dynamic>? jsonData
final

The raw JSON data associated with this action.

This field stores the complete JSON representation of the action, including any action-specific properties and metadata.

Implementation

final Map<String, dynamic>? jsonData;