icons property
Implementation
ListBuilder<ThemingGetManifestResponseApplicationJson_Icons> get icons =>
_$this._icons ??= ListBuilder<ThemingGetManifestResponseApplicationJson_Icons>();
set
icons
(covariant ListBuilder<ThemingGetManifestResponseApplicationJson_Icons> ? icons)
covariantoverride
Implementation
set icons(covariant ListBuilder<ThemingGetManifestResponseApplicationJson_Icons>? icons) => _$this._icons = icons;