DBPointer class

Annotations

Constructors

DBPointer(String collection, ObjectId id)
DBPointer.fromBuffer(BsonBinary buffer)
DBPointer.fromEJson(Map<String, dynamic> eJsonMap)

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
totalByteLength → int
no setter
typeByte → int
no setter
value → DBPointer
no setter

Methods

byteLength() → int
inherited
eJson({bool relaxed = false}) → dynamic
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
toJson() → String
toString() → String
A string representation of this object.
override

Operators

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

Static Methods

extractData(BsonBinary buffer) → DBPointerData
extractEJson(Map<String, dynamic> eJsonMap) → DBPointerData