Units$json top-level constant

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

Implementation

@$core.Deprecated('Use unitsDescriptor instead')
const Units$json = {
  '1': 'Units',
  '2': [
    {'1': 'UNITS_UNSPECIFIED', '2': 0},
    {'1': 'METRIC', '2': 1},
    {'1': 'IMPERIAL', '2': 2},
  ],
};