String SetWindowIcons( List<ImageBase> images, ) => 'SetWindowIcons(${images.map((i) => i.$state.internalId).join(', ')})';