title property

String? title
getter/setter pair

Title for the expression, i.e. a short string describing its purpose.

This can be used e.g. in UIs which allow to enter the expression.

Optional.

Implementation

core.String? title;