params property

Map<String, Object>? params
final

A table mapping the names of notification parameters to their values, or null if there are no notification parameters.

Implementation

final Map<String, Object>? params;