present static method

Filter present(
  1. String attrName
)

Creates a Filter that matches an entry contains an attribute.

Implementation

static Filter present(String attrName) => Filter(TYPE_PRESENCE, attrName);