Value$json top-level constant

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

Implementation

@$core.Deprecated('Use valueDescriptor instead')
const Value$json = const {
  '1': 'Value',
  '2': const [
    const {'1': 'double', '3': 1, '4': 1, '5': 1, '9': 0, '10': 'double'},
    const {'1': 'string', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'string'},
    const {'1': 'object', '3': 3, '4': 1, '5': 11, '6': '.Nuntio.Object', '9': 0, '10': 'object'},
    const {'1': 'array', '3': 4, '4': 1, '5': 11, '6': '.Nuntio.Array', '9': 0, '10': 'array'},
    const {'1': 'bin_data', '3': 5, '4': 1, '5': 12, '9': 0, '10': 'binData'},
    const {'1': 'object_id', '3': 6, '4': 1, '5': 9, '9': 0, '10': 'objectId'},
    const {'1': 'bool', '3': 7, '4': 1, '5': 8, '9': 0, '10': 'bool'},
    const {'1': 'null', '3': 8, '4': 1, '5': 11, '6': '.Nuntio.Null', '9': 0, '10': 'null'},
    const {'1': 'int', '3': 9, '4': 1, '5': 5, '9': 0, '10': 'int'},
    const {'1': 'timestamp', '3': 10, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '9': 0, '10': 'timestamp'},
    const {'1': 'long', '3': 11, '4': 1, '5': 3, '9': 0, '10': 'long'},
  ],
  '8': const [
    const {'1': 'value'},
  ],
};