memory property

Map<String, dynamic> memory
final

Flow memory (key/value). Persists while the flow is active; can be restored with restoreMemory.

Implementation

final Map<String, dynamic> memory = {};