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

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