WebApp constructor

WebApp({
  1. String? displayMode,
  2. List<WebAppIcon>? icons,
  3. bool? isPublished,
  4. String? startUrl,
  5. String? title,
  6. String? versionCode,
  7. String? webAppId,
})

Implementation

WebApp({
  this.displayMode,
  this.icons,
  this.isPublished,
  this.startUrl,
  this.title,
  this.versionCode,
  this.webAppId,
});