arguments property

Map<String, dynamic>? arguments
final

Arbitrary data attached to the event.

Corresponds to the "args" field in the JSON event.

Implementation

final Map<String, dynamic>? arguments;