PathSet constructor

PathSet(
  1. {Context? context}
)

Creates an empty PathSet whose contents are compared using context.equals and context.hash.

The context defaults to the current path context.

Implementation

PathSet({p.Context? context}) : _inner = _create(context);