has static method

HFilter has(
  1. String path
)

/////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////// Match records which have the specified tag path defined.

Implementation

// Factories
//////////////////////////////////////////////////////////////////////////

  /// Match records which have the specified tag path defined.
  static HFilter has(String path) => _Has(Path.parse(path));