MongoReplyMessage class

Inheritance

Constructors

MongoReplyMessage()

Properties

cursorId int
getter/setter pair
documents List<Map<String, dynamic>>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
messageLength int
no setterinherited
numberReturned int
getter/setter pair
opcode int
getter/setter pairinherited
requestId int
no setterinherited
responseFlags int?
getter/setter pair
responseTo int
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startingFrom int?
getter/setter pair

Methods

deserialize(BsonBinary buffer) MongoMessage
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readMessageHeaderFrom(BsonBinary buffer) → void
inherited
serialize() BsonBinary
inherited
toString() String
A string representation of this object.
override
writeMessageHeaderTo(BsonBinary buffer) → void
inherited

Operators

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