WindowsUpdate constructor

WindowsUpdate({
  1. List<Category>? categories,
  2. String? description,
  3. Identity? identity,
  4. List<String>? kbArticleIds,
  5. String? lastPublishedTimestamp,
  6. String? supportUrl,
  7. String? title,
})

Implementation

WindowsUpdate({
  this.categories,
  this.description,
  this.identity,
  this.kbArticleIds,
  this.lastPublishedTimestamp,
  this.supportUrl,
  this.title,
});