FieldMatchesRegex class
(en) Query node for "RegExp(pattern).hasMatch(field)" operation.
(ja) "RegExp(pattern).hasMatch(field)" 演算のためのクエリノード。
Constructors
- FieldMatchesRegex(String field, String pattern)
- (en) Query node for "RegExp(pattern).hasMatch(field)" operation.
-
FieldMatchesRegex.fromDict(Map<
String, dynamic> src) -
(en) Restore this object from the dictionary.
factory
Properties
Methods
-
evaluate(
Map< String, dynamic> data) → bool -
(en) Returns true if the object matches the calculation.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDict(
) → Map< String, dynamic> -
(en) Convert the object to a dictionary.
The returned dictionary can only contain primitive types, null, lists
or maps with only primitive elements.
If you want to include other classes,
the target class should inherit from this class and chain calls toDict.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited