data property

A map where arbitrary data can be stored by an action For example, if a custom config widget is used, put custom state in here All values in this MUST be serialisable (int, double, string, map, list)

Implementation

final Map<TinkWorkflowBinding, Map<String, dynamic>> data = {};