Category class
Represents an XML category element commonly found in RSS feeds.
Constructors
- Category({String? scheme, String? label, String? value})
- Constructor for the Category class.
- Category.parse(XmlElement element)
-
Factory method to create a new Category instance from an XML element.
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