description property

String? description
getter/setter pair

Description of the data exchange.

The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). Default value is an empty string. Max length: 2000 bytes.

Optional.

Implementation

core.String? description;