AccelerationUnitValue$json top-level constant

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

Implementation

@$core.Deprecated('Use accelerationUnitValueDescriptor instead')
const AccelerationUnitValue$json = {
  '1': 'AccelerationUnitValue',
  '2': [
    {'1': 'unit', '3': 1, '4': 1, '5': 9, '10': 'unit'},
    {'1': 'value', '3': 2, '4': 1, '5': 1, '10': 'value'},
  ],
};