missing static method

HFilter missing(
  1. String path
)

Match records which do not define the specified tag path.

Implementation

static HFilter missing(String path) => _Missing(Path.parse(path));