ComplexOptionType1$json top-level constant

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

Implementation

@$core.Deprecated('Use complexOptionType1Descriptor instead')
const ComplexOptionType1$json = const {
  '1': 'ComplexOptionType1',
  '2': const [
    const {'1': 'foo', '3': 1, '4': 1, '5': 5, '10': 'foo'},
    const {'1': 'foo2', '3': 2, '4': 1, '5': 5, '10': 'foo2'},
    const {'1': 'foo3', '3': 3, '4': 1, '5': 5, '10': 'foo3'},
    const {'1': 'foo4', '3': 4, '4': 3, '5': 5, '10': 'foo4'},
  ],
  '5': const [
    const {'1': 100, '2': 536870912},
  ],
};