id method

String? id(
  1. PathUtils pathUtils
)

Get document Id

Implementation

String? id(PathUtils pathUtils) => name != null ? pathUtils.name(name) : null;