abbreviation property

String? abbreviation
getter/setter pair

Short, descriptive string, used in the UI where it's not practical to display the full question body.

E.g., "Greeting".

Implementation

core.String? abbreviation;