BsonDecimal128.fromBsonBinary constructor
BsonDecimal128.fromBsonBinary(
- BsonBinary bin
Implementation
BsonDecimal128.fromBsonBinary(this.bin) {
_checkBinaryLength(bin);
}
BsonDecimal128.fromBsonBinary(this.bin) {
_checkBinaryLength(bin);
}