ActionState$json top-level constant
Implementation
@$core.Deprecated('Use actionStateDescriptor instead')
const ActionState$json = {
'1': 'ActionState',
'2': [
{'1': 'ACTION_STATE_UNSPECIFIED', '2': 0},
{'1': 'ACTION_STATE_INACTIVE', '2': 1},
{'1': 'ACTION_STATE_ACTIVE', '2': 2},
],
};