FlowType$json top-level constant

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

Implementation

@$core.Deprecated('Use flowTypeDescriptor instead')
const FlowType$json = {
  '1': 'FlowType',
  '2': [
    {'1': 'FLOW_TYPE_UNSPECIFIED', '2': 0},
    {'1': 'FLOW_TYPE_EXTERNAL_AUTHENTICATION', '2': 1},
  ],
};