inputExtras property

Map<String, String>? inputExtras
final

A HashMap object of all the extras you passed in using .extra(key, value)

Implementation

final Map<String, String>? inputExtras;