image property
TranslatedImage to be displayed along the alert text. Used to explain visually the alert effect of a detour, station closure, etc. The image must enhance the understanding of the alert. Any essential information communicated within the image must also be contained in the alert text. The following types of images are discouraged : image containing mainly text, marketing or branded images that add no additional information. NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future.
Implementation
@$pb.TagNumber(15)
TranslatedImage get image => $_getN(10);
Implementation
@$pb.TagNumber(15)
set image(TranslatedImage v) { setField(15, v); }