message property

String? message
getter/setter pair

Optionally, a free-form message string to explain the app state.

If the state was triggered by a particular value (e.g. a managed configuration value), it should be included in the message.

Implementation

core.String? message;