BsonRegexpData constructor

BsonRegexpData(
  1. String pattern,
  2. String options
)

Implementation

BsonRegexpData(this.pattern, this.options);