Capacity$json top-level constant

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

Implementation

@$core.Deprecated('Use capacityDescriptor instead')
const Capacity$json = {
  '1': 'Capacity',
  '2': [
    {'1': 'size', '3': 1, '4': 1, '5': 9, '10': 'size'},
    {'1': 'width', '3': 2, '4': 1, '5': 13, '10': 'width'},
    {'1': 'height', '3': 3, '4': 1, '5': 13, '10': 'height'},
    {'1': 'depth', '3': 4, '4': 1, '5': 13, '10': 'depth'},
    {'1': 'compartments', '3': 5, '4': 1, '5': 13, '10': 'compartments'},
    {'1': 'used', '3': 6, '4': 1, '5': 13, '10': 'used'},
    {'1': 'free', '3': 7, '4': 1, '5': 13, '10': 'free'},
  ],
};