LifecycleState$json top-level constant

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

Implementation

@$core.Deprecated('Use lifecycleStateDescriptor instead')
const LifecycleState$json = {
  '1': 'LifecycleState',
  '2': [
    {'1': 'LIFECYCLE_STATE_UNSPECIFIED', '2': 0},
    {'1': 'ACTIVE', '2': 1},
    {'1': 'DELETE_REQUESTED', '2': 2},
  ],
};