FlowState$json top-level constant
Implementation
@$core.Deprecated('Use flowStateDescriptor instead')
const FlowState$json = {
'1': 'FlowState',
'2': [
{'1': 'FLOW_STATE_UNSPECIFIED', '2': 0},
{'1': 'FLOW_STATE_INACTIVE', '2': 1},
{'1': 'FLOW_STATE_ACTIVE', '2': 2},
],
};