BsonCode constructor

BsonCode(
  1. String dataValue
)

Implementation

BsonCode(String dataValue) : super(dataValue);