AppcastItem constructor

const AppcastItem({
  1. String? versionString,
  2. String? displayVersionString,
  3. String? fileURL,
  4. int? contentLength,
  5. String? infoURL,
  6. String? title,
  7. String? dateString,
  8. String? releaseNotesURL,
  9. String? itemDescription,
  10. String? itemDescriptionFormat,
  11. String? fullReleaseNotesURL,
  12. String? minimumSystemVersion,
  13. bool? minimumOperatingSystemVersionIsOK,
  14. String? maximumSystemVersion,
  15. bool? maximumOperatingSystemVersionIsOK,
  16. String? channel,
})

Implementation

const AppcastItem({
  this.versionString,
  this.displayVersionString,
  this.fileURL,
  this.contentLength,
  this.infoURL,
  this.title,
  this.dateString,
  this.releaseNotesURL,
  this.itemDescription,
  this.itemDescriptionFormat,
  this.fullReleaseNotesURL,
  this.minimumSystemVersion,
  this.minimumOperatingSystemVersionIsOK,
  this.maximumSystemVersion,
  this.maximumOperatingSystemVersionIsOK,
  this.channel,
});