DoubleListValue$json top-level constant

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

Implementation

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