path property

String path
final

Firestore collection path.

This is the path to the Firestore collection where documents will be stored and retrieved. Examples: 'users', 'products', 'orders'.

Implementation

final String path;