AppcastItem class

Annotations
  • @JsonSerializable()

Constructors

AppcastItem({String? versionString, String? displayVersionString, String? fileURL, int? contentLength, String? infoURL, String? title, String? dateString, String? releaseNotesURL, String? itemDescription, String? itemDescriptionFormat, String? fullReleaseNotesURL, String? minimumSystemVersion, bool? minimumOperatingSystemVersionIsOK, String? maximumSystemVersion, bool? maximumOperatingSystemVersionIsOK, String? channel})
const
AppcastItem.fromJson(Map<String, dynamic> json)
factory

Properties

channel String?
final
contentLength int?
final
dateString String?
final
displayVersionString String?
final
fileURL String?
final
fullReleaseNotesURL String?
final
hashCode int
The hash code for this object.
no setterinherited
infoURL String?
final
itemDescription String?
final
itemDescriptionFormat String?
final
maximumOperatingSystemVersionIsOK bool?
final
maximumSystemVersion String?
final
minimumOperatingSystemVersionIsOK bool?
final
minimumSystemVersion String?
final
releaseNotesURL String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final
versionString String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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