getDocumentId method

String? getDocumentId()

Gets the document ID.

Returns the document ID as a String.

Implementation

String? getDocumentId() {
  return id;
}