RssEnclosure class
The enclosure of a Rss item https://www.rssboard.org/rss-specification#ltenclosuregtSubelementOfLtitemgt
Constructors
- RssEnclosure(String? url, String? type, int? length)
- Default constructor for the RssEnclosure class
- RssEnclosure.parse(XmlElement element)
-
Parse constructor for the RssEnclosure 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