icons property

List<WebAppIcon>? icons
getter/setter pair

A list of icons representing this website.

If absent, a default icon (for create) or the current icon (for update) will be used.

Implementation

core.List<WebAppIcon>? icons;