uid property
Document identifier for single document operations.
When set to "none" (default), operations work on the entire collection. When set to a specific ID, operations target that specific document.
Implementation
final String? uid;
Document identifier for single document operations.
When set to "none" (default), operations work on the entire collection. When set to a specific ID, operations target that specific document.
final String? uid;