message property
Free-form, human-readable message describing the app state.
For example, an error message. To prevent XSS, we recommend removing any HTML from the message before displaying it.
Implementation
core.String? message;
Free-form, human-readable message describing the app state.
For example, an error message. To prevent XSS, we recommend removing any HTML from the message before displaying it.
core.String? message;