id property
The document ID within the database. If null, the reference points to a collection instead of a specific document.
Implementation
final String? id;
The document ID within the database. If null, the reference points to a collection instead of a specific document.
final String? id;