id property

String? get id

Get document Id

Implementation

String? get id => name != null ? di<PathUtils>().name(name) : null;