RssSource class
The source of a Rss item See https://www.rssboard.org/rss-specification#ltsourcegtSubelementOfLtitemgt
Constructors
- RssSource(String? url, String? value)
- Default constructor for the RssSource class
- RssSource.parse(XmlElement element)
-
Parse constructor for the RssSource class, used when 'parsing' a feed
factory
Properties
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