RssFeed class
Constructors
-
RssFeed({String? title, String? author, String? description, String? link, List<
RssItem> items = const <RssItem>[], RssImage? image, RssCloud? cloud, List<RssCategory> categories = const <RssCategory>[], List<String> skipDays = const <String>[], List<int> skipHours = const <int>[], String? lastBuildDate, String? language, String? generator, String? copyright, String? docs, String? managingEditor, String? rating, String? medium, String? webMaster, int ttl = 0, DublinCore? dc, RssItunes? itunes, RssPodcastIndex? podcastIndex}) -
const
- RssFeed.parse(String xmlString)
-
factory
Properties
-
final
-
categories
→ List<
RssCategory> -
final
- cloud → RssCloud?
-
final
- copyright → String?
-
final
- dc → DublinCore?
-
final
- description → String?
-
final
- docs → String?
-
final
- generator → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- image → RssImage?
-
final
-
items
→ List<
RssItem> -
final
- itunes → RssItunes?
-
final
- language → String?
-
final
- lastBuildDate → String?
-
final
- link → String?
-
final
- managingEditor → String?
-
final
- medium → String?
-
final
- podcastIndex → RssPodcastIndex?
-
final
- rating → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
skipDays
→ List<
String> -
final
-
skipHours
→ List<
int> -
final
- title → String?
-
final
- ttl → int
-
final
- webMaster → 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