AtomCategory class
Used for conveying information about a category associated with an entry or feed See https://tools.ietf.org/html/rfc4287#section-4.2.2
Constructors
- AtomCategory(String? term, String? scheme, String? label)
- Default constructor for the AtomCategory class
- AtomCategory.parse(XmlElement element)
-
Parse constructor for the AtomCategory class, used when 'parsing' a feed
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