descriptionText property
Full description for the alert as plain-text. The information in the description should add to the information of the header.
Implementation
@$pb.TagNumber(11)
TranslatedString get descriptionText => $_getN(6);
Implementation
@$pb.TagNumber(11)
set descriptionText(TranslatedString v) { setField(11, v); }