document.pbjson library Null safety

Constants

ArrayValue$json → const Map<String, Object>
@Deprecated('Use arrayValueDescriptor instead')
const {'1' : 'ArrayValue', '2' : const [const {'1' : 'values', '3' : 1, '4' : 3, '5' : 11, '6' : '.google.firestore.v1beta1.…
Document$json → const Map<String, Object>
@Deprecated('Use documentDescriptor instead')
const {'1' : 'Document', '2' : const [const {'1' : 'name', '3' : 1, '4' : 1, '5' : 9, '10' : 'name'}, const {'1'…
Document_FieldsEntry$json → const Map<String, Object>
@Deprecated('Use documentDescriptor instead')
const {'1' : 'FieldsEntry', '2' : const [const {'1' : 'key', '3' : 1, '4' : 1, '5' : 9, '10' : 'key'}, const {'1'…
MapValue$json → const Map<String, Object>
@Deprecated('Use mapValueDescriptor instead')
const {'1' : 'MapValue', '2' : const [const {'1' : 'fields', '3' : 1, '4' : 3, '5' : 11, '6' : '.google.firestore.v1beta1.Ma…
MapValue_FieldsEntry$json → const Map<String, Object>
@Deprecated('Use mapValueDescriptor instead')
const {'1' : 'FieldsEntry', '2' : const [const {'1' : 'key', '3' : 1, '4' : 1, '5' : 9, '10' : 'key'}, const {'1'…
Value$json → const Map<String, Object>
@Deprecated('Use valueDescriptor instead')
const {'1' : 'Value', '2' : const [const {'1' : 'null_value', '3' : 11, '4' : 1, '5' : 14, '6' : '.google.protobuf.NullValue…

Properties

arrayValueDescriptor Uint8List
Descriptor for ArrayValue. Decode as a google.protobuf.DescriptorProto.
final
documentDescriptor Uint8List
Descriptor for Document. Decode as a google.protobuf.DescriptorProto.
final
mapValueDescriptor Uint8List
Descriptor for MapValue. Decode as a google.protobuf.DescriptorProto.
final
valueDescriptor Uint8List
Descriptor for Value. Decode as a google.protobuf.DescriptorProto.
final