BsonCString class
- Inheritance
-
- Object
- BsonObject
- BsonString
- BsonCString
Constructors
- BsonCString(String data, [bool? useKeyCash])
- BsonCString.fromBuffer(BsonBinary buffer, [bool? useKeyCash])
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
- useKeyCash ↔ bool
-
getter/setter pair
-
utfData
→ List<
int> -
no setteroverride
- value → String
-
no setterinherited
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
extractData(
BsonBinary buffer) → String -
override