FirestoreCollectionPath.fromPath constructor
FirestoreCollectionPath.fromPath(
- PathSegment pathSegment
Implementation
factory FirestoreCollectionPath.fromPath(PathSegment pathSegment) =>
FirestoreCollectionPath(pathSegment.segment, parent: pathSegment.parent);