arguments property Null safety
final
Arbitrary data attached to the event.
Corresponds to the "args" field in the JSON event.
Implementation
final Map<String, dynamic>? arguments;
Arbitrary data attached to the event.
Corresponds to the "args" field in the JSON event.
final Map<String, dynamic>? arguments;