PathInfo constructor
PathInfo({})
Implementation
PathInfo({
required this.source,
this.invalid = false,
this.ending,
this.pairs = const [],
this.collections = const [],
this.documents = const [],
});
PathInfo({
required this.source,
this.invalid = false,
this.ending,
this.pairs = const [],
this.collections = const [],
this.documents = const [],
});