regex method Null safety

void regex(
  1. String key,
  2. String value
)

指定したフィールドの値を正規表現で検索する key フィールド名 value 正規表現

Implementation

void regex(String key, String value) {
  setOperand(key, value, ope: '\$regex');
}