icons property

List<WebAppIcon>? icons
getter/setter pair

A list of icons for the web app.

Must have at least one element.

Implementation

core.List<WebAppIcon>? icons;