AtomItem class
Constructors
-
AtomItem({String? id, String? title, DateTime? updated, List<
AtomPerson> ? authors, List<AtomLink> ? links, List<AtomCategory> ? categories, List<AtomPerson> ? contributors, AtomSource? source, String? published, String? content, String? summary, String? rights, Media? media}) - AtomItem.parse(XmlElement element)
-
factory
Properties
-
final
-
categories
→ List<
AtomCategory> ? -
final
- content → String?
-
final
-
contributors
→ List<
AtomPerson> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
-
links
→ List<
AtomLink> ? -
final
- media → Media?
-
final
- published → String?
-
final
- rights → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → AtomSource?
-
final
- summary → String?
-
final
- title → String?
-
final
- updated → DateTime?
-
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