AtomFeed class

Constructors

AtomFeed({String? id, String? title, String? updated, List<AtomItem> items = const <AtomItem>[], List<AtomLink> links = const <AtomLink>[], List<AtomPerson> authors = const <AtomPerson>[], List<AtomPerson> contributors = const <AtomPerson>[], List<AtomCategory> categories = const <AtomCategory>[], AtomGenerator? generator, String? icon, String? rights, String? subtitle})
const
AtomFeed.parse(String xmlString)
factory

Properties

authors List<AtomPerson>
final
categories List<AtomCategory>
final
contributors List<AtomPerson>
final
generator AtomGenerator?
final
hashCode int
The hash code for this object.
no setterinherited
icon String?
final
id String?
final
items List<AtomItem>
final
final
final
rights String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String?
final
title String?
final
updated String?
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