menu
dart_firebase_admin package
documentation
firestore.dart
DocumentReference<T>
id property
id property
dark_mode
light_mode
id
property
String
get
id
The last path element of the referenced document.
Implementation
String get id => _path.id!;
dart_firebase_admin package
documentation
firestore
DocumentReference<T>
id property
DocumentReference class