LifecycleState$json top-level constant
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},
],
};