Category class
The category of a feed See https://www.rssboard.org/media-rss#media-category
Constructors
- Category({String? scheme, String? label, String? value})
- Default constructor for the Category class
- Category.parse(XmlElement element)
-
Parse constructor for the Category class, used when 'parsing' a feed
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- label → String?
-
The label of the category
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheme → String?
-
The scheme of the category
final
- value → String?
-
The value of the category
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