arguments property

Map<String, dynamic>? arguments
final

The equivalent of extras, a generic Bundle of data that the Intent can carry. This is a slot for extraneous data that the listener may use.

See https://developer.android.com/reference/android/content/Intent.html#intent-structure.

Implementation

final Map<String, dynamic>? arguments;