FlowState$json top-level constant

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

Implementation

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