descriptionText property

  1. @TagNumber(11)
TranslatedString get descriptionText

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);
  1. @TagNumber(11)
set descriptionText (TranslatedString v)

Implementation

@$pb.TagNumber(11)
set descriptionText(TranslatedString v) { setField(11, v); }