data property

Map<String, dynamic>? data
getter/setter pair

The JSON data available during the execution of the code Accessible using built-in functions like read-msg

Implementation

Map<String, dynamic>? data;