PathMap<V> constructor
Null safety
- {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));