Syndication class

Syndication information

Constructors

Syndication({SyndicationUpdatePeriod? updatePeriod, int? updateFrequency, DateTime? updateBase})
Default constructor for the Syndication class
Syndication.parse(XmlElement element)
Parse constructor for the Syndication class, used when 'parsing' a feed
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateBase DateTime?
The update base
final
updateFrequency int?
The update frequency
final
updatePeriod SyndicationUpdatePeriod?
The update period
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited