exists static method

Map exists(
  1. String field
)

Implementation

static Map exists(String field) => {
      'exists': {'field': field}
    };