AppCastItem class
Constructors
-
AppCastItem({String? title, String? dateString, String? itemDescription, String? releaseNotesURL, String? minimumSystemVersion, String? maximumSystemVersion, String? fileURL, int? contentLength, String? versionString, String? osString, String? displayVersionString, String? infoURL, List<
String> ? tags})
Properties
- contentLength → int?
-
final
- dateString → String?
-
final
- displayVersionString → String?
-
final
- fileURL → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- infoURL → String?
-
final
- isCriticalUpdate → bool
-
Returns true if the tags (AppCastConstants.ElementTags) contains
critical update (AppCastConstants.ElementCriticalUpdate).
no setter
- itemDescription → String?
-
final
- maximumSystemVersion → String?
-
final
- minimumSystemVersion → String?
-
final
- osString → String?
-
final
- releaseNotesURL → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
final
- title → String?
-
final
- versionString → String?
-
final
Methods
-
hostSupportsItem(
{String? osVersion, required String currentPlatform}) → bool -
Does the host support this item? If so is
osVersion
supported? -
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