itemId property
The item ID of the specified item.
Item ID can only be set on not loaded item.
Implementation
String get itemId {
final stringHandle = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Item_getItemId(_handle, errorHandler);
});
return stringHandle.toDartString();
}