uid property

String uid

Returns the ID for the document path.

ドキュメントのパス用のIDを返します。

Implementation

String get uid {
  return modelQuery.path.trimQuery().trimString("/").split("/").lastOrNull ??
      "";
}