genId property
String
get
genId
Generates a new document ID without creating the document
Implementation
String get genId => doc.id;
Generates a new document ID without creating the document
String get genId => doc.id;