raw property

Map<String, dynamic> raw
final

Raw payloads captured during the flow (create/status/etc).

This provides full access to the provider responses, useful for auditing or debugging.

Implementation

final Map<String, dynamic> raw;