AppState$json top-level constant

  1. @Deprecated('Use appStateDescriptor instead')
Map<String, Object> const AppState$json

Implementation

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