exists method Null safety

void exists(
  1. String key,
  2. {bool value = true}
)

Implementation

void exists(String key, {bool value = true}) {
  setOperand(key, value, ope: '\$exists');
}