AtomFeed class

Constructors

AtomFeed({String? id, String? title, DateTime? updated, List<AtomItem>? items, List<AtomLink>? links, List<AtomPerson>? authors, List<AtomPerson>? contributors, List<AtomCategory>? categories, AtomGenerator? generator, String? icon, String? rights, String? subtitle})
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 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