Appcast class
Constructors
-
Appcast.new({required List<
AppcastItem> items}) -
Appcast.fromJson(List<
Map< json)String, dynamic> > -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
↔ List<
AppcastItem> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(
AppcastItem item) → void -
best(
) → AppcastItem? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → List< Map< String, dynamic> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited