AtomCategory class
Conveys information about a category associated with an entry or feed. This specification assigns no meaning to the content (if any) of this element.
Constructors
- AtomCategory(String? term, String? scheme, String? label)
-
const
- AtomCategory.parse(XmlElement element)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- label → String?
-
provides a human-readable label for display in end-user applications.
The content of the "label" attribute is Language-Sensitive.
Entities such as "&" and "<" represent their corresponding
characters ("&" and "<", respectively), not markup.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheme → String?
-
an IRI that identifies a categorization scheme.
final
- term → String?
-
a string that identifies the category to which the entry or feed belongs.
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