BsonDecimal128.fromBsonBinary constructor

BsonDecimal128.fromBsonBinary(
  1. BsonBinary bin
)

Implementation

BsonDecimal128.fromBsonBinary(this.bin) {
  _checkBinaryLength(bin);
}