title property

String? title
getter/setter pair

The title of the offer, such as "20% off any t-shirt." Recommended maximum length is 60 characters to ensure full string is displayed on smaller screens.

Required.

Implementation

core.String? title;