BsonLong class
Constructors
- BsonLong.new(Int64 data)
- BsonLong.fromBuffer(BsonBinary buffer)
-
BsonLong.fromEJson(Map<
String, dynamic> eJsonMap) - BsonLong.fromInt(int data)
Properties
- data ↔ Int64
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalByteLength → int
-
no setter
- typeByte → int
-
no setter
- value → Int64
-
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 -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
extractData(
BsonBinary buffer) → Int64 -
extractEJson(
Map< String, dynamic> eJsonMap) → Int64