appState property

List<AppState>? appState
getter/setter pair

List of app states set by managed apps on the device.

App states are defined by the app's developers. This field will always be present.

Implementation

core.List<AppState>? appState;