WebApp constructor
const
WebApp({})
Describes a Web App. Use getInternalLink with internalLinkTypeWebApp to share the Web App
Implementation
const WebApp({
required this.shortName,
required this.title,
required this.description,
required this.photo,
this.animation,
});