RssEnclosure class
Represents the enclosure element in an RSS feed.
Constructors
- RssEnclosure(String? url, String? type, int? length)
-
Constructor for the
RssEnclosure
class. - RssEnclosure.parse(XmlElement element)
-
Factory method to create an
RssEnclosure
object from anXmlElement
.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