subPath property

String? subPath
final

Sub-collection path for nested operations.

When specified, operations target a sub-collection within the main collection. This is used for complex data structures and relationships.

Implementation

final String? subPath;