BsonObject class abstract

The following types are implemented partially / The following data types are not yet implemted const BSON_DATA_SYMBOL = 14; const BSON_DATA_CODE_W_SCOPE = 15;

Implementers

Constructors

BsonObject()
BsonObject.bsonObjectFrom(dynamic value)
factory
BsonObject.fromTypeByteAndBuffer(int typeByte, BsonBinary buffer)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeByte int
no setter
value → dynamic
no setter

Methods

byteLength() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
packElement(String? name, BsonBinary buffer) → void
packValue(BsonBinary buffer) → void
toString() String
A string representation of this object.
inherited
unpackValue(BsonBinary buffer) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

elementSize(String? name, Object? value) int