PathMap<V> constructor

PathMap<V>({
  1. Context? context,
})

Creates an empty PathMap whose keys are compared using context.equals and context.hash.

The context defaults to the current path context.

Implementation

PathMap({p.Context? context}) : super(_create(context));