AppState$json top-level constant
Implementation
@$core.Deprecated('Use appStateDescriptor instead')
const AppState$json = {
'1': 'AppState',
'2': [
{'1': 'APP_STATE_UNSPECIFIED', '2': 0},
{'1': 'APP_STATE_ACTIVE', '2': 1},
{'1': 'APP_STATE_INACTIVE', '2': 2},
],
};