BsonCode class

Inheritance

Constructors

BsonCode(String dataValue)
BsonCode.fromBuffer(BsonBinary buffer)

Properties

data String
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeByte int
no setteroverride
utfData List<int>
no setterinherited
value String
no setterinherited

Methods

byteLength() int
inherited
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
inherited
toString() String
A string representation of this object.
override
unpackValue(BsonBinary buffer) → void
inherited

Operators

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

Static Methods

extractData(BsonBinary buffer) String
override