Syndication constructor
Syndication({
- SyndicationUpdatePeriod? updatePeriod,
- int? updateFrequency,
- DateTime? updateBase,
Default constructor for the Syndication class
Implementation
Syndication({
this.updatePeriod,
this.updateFrequency,
this.updateBase,
});