AtomCategory class

Represents an Atom category.

The AtomCategory class represents a category in an Atom feed. It contains attributes such as the term, scheme, and label of the category.

Constructors

AtomCategory.new(String? term, String? scheme, String? label)
Constructor for creating an AtomCategory object.
AtomCategory.parse(XmlElement element)
Factory method to parse an XmlElement and create an AtomCategory object from it.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
label String?
The label attribute of the category.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String?
The scheme attribute of the category.
final
term String?
The term attribute 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