data property

Map<String, dynamic>? data
final

Generic data returned from the interaction.

Usually contains JSON-serializable data from API responses or other operation results.

Implementation

final Map<String, dynamic>? data;