documentId property

String? documentId
final

ID as a document.

The document path is formed by collectionPath/documentId.

If Null, the hash value of source is used.

ドキュメントとしてのID。

collectionPath/documentIdでドキュメントパスが形成されます。

Nullの場合はsourceのハッシュ値を利用します。

Implementation

final String? documentId;