Customer_Type$json top-level constant

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

Implementation

@$core.Deprecated('Use customerDescriptor instead')
const Customer_Type$json = const {
  '1': 'Type',
  '2': const [
    const {'1': 'UNKNOWN', '2': 0},
    const {'1': 'PERSON', '2': 1},
    const {'1': 'ORGANIZATION', '2': 2},
  ],
};