data property

Map<String, dynamic>? data
final

Optional data associated with the event, in the form of key-value pairs.

Implementation

final Map<String, dynamic>? data;