WebAppManifest constructor

WebAppManifest({
  1. String? backgroundColor,
  2. String? description,
  3. String? dir,
  4. String? display,
  5. List<String>? displayOverrides,
  6. List<FileHandler>? fileHandlers,
  7. List<ImageResource>? icons,
  8. String? id,
  9. String? lang,
  10. LaunchHandler? launchHandler,
  11. String? name,
  12. String? orientation,
  13. bool? preferRelatedApplications,
  14. List<ProtocolHandler>? protocolHandlers,
  15. List<RelatedApplication>? relatedApplications,
  16. String? scope,
  17. List<ScopeExtension>? scopeExtensions,
  18. List<Screenshot>? screenshots,
  19. ShareTarget? shareTarget,
  20. String? shortName,
  21. List<Shortcut>? shortcuts,
  22. String? startUrl,
  23. String? themeColor,
})

Implementation

WebAppManifest(
    {this.backgroundColor,
    this.description,
    this.dir,
    this.display,
    this.displayOverrides,
    this.fileHandlers,
    this.icons,
    this.id,
    this.lang,
    this.launchHandler,
    this.name,
    this.orientation,
    this.preferRelatedApplications,
    this.protocolHandlers,
    this.relatedApplications,
    this.scope,
    this.scopeExtensions,
    this.screenshots,
    this.shareTarget,
    this.shortName,
    this.shortcuts,
    this.startUrl,
    this.themeColor});