uid property

String? uid
final

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;