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;
Constructors
- BsonObject()
- BsonObject.bsonObjectFrom(dynamic value)
-
factory
- BsonObject.fromTypeByteAndBuffer(int typeByte, BsonBinary buffer)
-
factory
Properties
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
elementSize(
String? name, Object? value) → int