dynamicContentParameters property Null safety
final
The dynamic content parameters of the feed.
Required when the source is set as dynamicContent
.
Implementation
final Map<String, List<String>>? dynamicContentParameters;
The dynamic content parameters of the feed.
Required when the source is set as dynamicContent
.
final Map<String, List<String>>? dynamicContentParameters;