memory property

Map<String, dynamic> memory
final

Flow memory. Shared between onEvent and onIntent; included in the snapshot.

Implementation

final Map<String, dynamic> memory;