AtomSource class

The source element is an optional sub-element of an Atom Item entry which contains the source feed metadata. See https://tools.ietf.org/html/rfc4287#section-4.2.11

Constructors

AtomSource({String? id, String? title, String? updated})
Default constructor for the AtomSource class
AtomSource.parse(XmlElement element)
Parse constructor for the AtomSource class, used when 'parsing' a feed
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
The id of the source feed
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
The title of the source feed
final
updated String?
The last updated date of the source feed
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