key property

String? key
getter/setter pair

The key for the app state.

Acts as a point of reference for what the app is providing state for. For example, when providing managed configuration feedback, this key could be the managed configuration key.

Implementation

core.String? key;