BsonRegexp class
- Inheritance
-
- Object
- BsonObject
- BsonRegexp
Constructors
- BsonRegexp(String pattern, {bool? multiLine, bool? caseInsensitive, bool? dotAll, bool? extended, String? options})
- BsonRegexp.fromBuffer(BsonBinary buffer)
Properties
- bsonOptions ↔ BsonCString
-
getter/setter pair
- bsonPattern ↔ BsonCString
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- options ↔ String
-
getter/setter pair
- pattern ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- typeByte → int
-
no setteroverride
- value → BsonRegexp
-
no setteroverride
Methods
-
byteLength(
) → int -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
packElement(
String? name, BsonBinary buffer) → void -
inherited
-
packValue(
BsonBinary buffer) → void -
override
-
toJson(
) → Map< String, Object> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
createOptionsString(
{String? options, bool? multiLine, bool? caseInsensitive, bool? dotAll, bool? extended}) → String -
extractData(
BsonBinary buffer) → BsonRegexpData