dynamicContentParameters property Null safety

Map<String, List<String>>? dynamicContentParameters
final

The dynamic content parameters of the feed.

Required when the source is set as dynamicContent.

Implementation

final Map<String, List<String>>? dynamicContentParameters;