dynamicContentParameters property Null safety

Map<String, List<String>>? dynamicContentParameters
read / write

The dynamic content parameters of the feed.

The property has value when the source is dynamicContent.

Implementation

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