BsonBinary(int length, {int? subType}) : _byteList = Uint8List(length), _subType = subType ?? subtypeBinary;