programName property

String? programName
getter/setter pair

The program name, such as "Adam's Apparel".

The app may display an ellipsis after the first 20 characters to ensure full string is displayed on smaller screens.

Required.

Implementation

core.String? programName;