RssItemBuilder class

Constructors

RssItemBuilder({required String title, required String description, required String link})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

author(String? author, {String? name}) RssItemBuilder
Add the email of the author
category(Map<String, String?>? categories) RssItemBuilder
Add a category, by proving a name and an optional domain
comments(String? comments) RssItemBuilder
Adds a comment
enclosure(int? length, String? type, String? url) RssItemBuilder
generateGuid() RssItemBuilder
guid(String? guid, bool? permalink) RssItemBuilder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pubDate(DateTime? pubDate, {bool? includeTime}) RssItemBuilder
source(String? name, String? url) RssItemBuilder
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited