CalibrePb_StockUnit$json top-level constant

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

Implementation

@$core.Deprecated('Use calibrePbDescriptor instead')
const CalibrePb_StockUnit$json = {
  '1': 'StockUnit',
  '2': [
    {'1': 'unknown', '2': 0},
    {'1': 'centiliter', '2': 1},
    {'1': 'centimeter', '2': 2},
    {'1': 'gram', '2': 3},
    {'1': 'kilogram', '2': 4},
    {'1': 'liter', '2': 5},
    {'1': 'meter', '2': 6},
    {'1': 'unit', '2': 7},
  ],
};