docId property
String
get
docId
The document's id value.
Usually the value of the document's primary key zone in the dataset.
Implementation
String get docId => key;
The document's id value.
Usually the value of the document's primary key zone in the dataset.
String get docId => key;