itemKref property
Gets the item kref (without revision or artifact).
Implementation
Kref get itemKref {
final path = _getPath();
return Kref('kref://$path', validate: false);
}
Gets the item kref (without revision or artifact).
Kref get itemKref {
final path = _getPath();
return Kref('kref://$path', validate: false);
}