BsonBinaryData constructor

BsonBinaryData(
  1. Uint8List byteList,
  2. int subType
)

Implementation

BsonBinaryData(this.byteList, this.subType);