key property

String? key
getter/setter pair

Key indicating what the app is providing a state for.

The content of the key is set by the app's developer. To prevent XSS, we recommend removing any HTML from the key before displaying it. This field will always be present.

Implementation

core.String? key;