itemKref property

Kref get itemKref

Gets the item kref (without revision or artifact).

Implementation

Kref get itemKref {
  final path = _getPath();
  return Kref('kref://$path', validate: false);
}