AtomSource class

Represents the source of an Atom entry.

The AtomSource class corresponds to the "source" element in the Atom feed.

Constructors

AtomSource({String? id, String? title, String? updated})
Constructor for creating an AtomSource object.
AtomSource.parse(XmlElement element)
Factory method to parse an XmlElement and create an AtomSource object from it.
factory

Properties

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