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': 'null_value', '3': 11, '4': 1, '5': 14, '6': '.google.protobuf.NullValue', '9': 0, '10': 'nullValue'},
    const {'1': 'boolean_value', '3': 1, '4': 1, '5': 8, '9': 0, '10': 'booleanValue'},
    const {'1': 'integer_value', '3': 2, '4': 1, '5': 3, '9': 0, '10': 'integerValue'},
    const {'1': 'double_value', '3': 3, '4': 1, '5': 1, '9': 0, '10': 'doubleValue'},
    const {'1': 'timestamp_value', '3': 10, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '9': 0, '10': 'timestampValue'},
    const {'1': 'string_value', '3': 17, '4': 1, '5': 9, '9': 0, '10': 'stringValue'},
    const {'1': 'bytes_value', '3': 18, '4': 1, '5': 12, '9': 0, '10': 'bytesValue'},
    const {'1': 'reference_value', '3': 5, '4': 1, '5': 9, '9': 0, '10': 'referenceValue'},
    const {'1': 'geo_point_value', '3': 8, '4': 1, '5': 11, '6': '.google.type.LatLng', '9': 0, '10': 'geoPointValue'},
    const {'1': 'array_value', '3': 9, '4': 1, '5': 11, '6': '.google.firestore.v1beta1.ArrayValue', '9': 0, '10': 'arrayValue'},
    const {'1': 'map_value', '3': 6, '4': 1, '5': 11, '6': '.google.firestore.v1beta1.MapValue', '9': 0, '10': 'mapValue'},
  ],
  '8': const [
    const {'1': 'value_type'},
  ],
};