DBPointer class

Inheritance

Constructors

DBPointer(String collection, ObjectId id)
DBPointer.fromBuffer(BsonBinary buffer)

Properties

bsonCollection BsonString
getter/setter pair
bsonObjectId BsonObjectId
getter/setter pair
collection String
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeByte int
no setteroverride
value DBPointer
no setteroverride

Methods

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

Operators

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

Static Methods

extractData(BsonBinary buffer) → _DBPointerData