arrayArguments property

Map<String, List>? arrayArguments
final

Similar to arguments, but in this case the arguments are an array and will be added to the intent as in an array extra instead of of an array list.

Implementation

final Map<String, List<dynamic>>? arrayArguments;