MongoUpdateMessage class

Inheritance

Constructors

MongoUpdateMessage(String collectionFullName, Map<String, dynamic> selector, dynamic document, int flags)

Properties

flags ↔ int
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
messageLength → int
no setteroverride
opcode ↔ int
getter/setter pairinherited
requestId → int
no setterinherited
responseTo ↔ int
getter/setter pairinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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