AtomItem class

Represents an Atom item See https://tools.ietf.org/html/rfc4287

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})
Default constructor for the AtomItem class
AtomItem.parse(XmlElement element)
Parse constructor for the AtomItem class, used when 'parsing' a feed
factory

Properties

authors List<AtomPerson>?
The item authors
final
categories List<AtomCategory>?
The item categories
final
content String?
The item content
final
contributors List<AtomPerson>?
The item contributors
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The item id
final
The item links
final
media Media?
The item media
final
published String?
The item published date
final
rights String?
The item rights
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source AtomSource?
The item source
final
summary String?
The item summary
final
title String?
The item title
final
updated DateTime?
The item updated date
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