Rss1Feed class
Constructors
-
Rss1Feed({String? title, String? description, String? link, List<
Rss1Item> items = const <Rss1Item>[], String? image, UpdatePeriod? updatePeriod, int? updateFrequency, DateTime? updateBase, DublinCore? dc}) - Rss1Feed.parse(String xmlString)
-
factory
Properties
- dc → DublinCore?
-
final
- description → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- image → String?
-
final
-
items
→ List<
Rss1Item> -
final
- link → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String?
-
final
- updateBase → DateTime?
-
final
- updateFrequency → int?
-
final
- updatePeriod → UpdatePeriod?
-
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