id property

String? id
getter/setter pair

This is the Firestore ID of the document. Will be automatically set when storing a new document, but can also be set manually.

Implementation

String? id;