itemId property
String
get
itemId
Implementation
String get itemId => js_util.getProperty(this, 'itemId');
set
itemId
(String newValue)
Implementation
set itemId(String newValue) {
js_util.setProperty(this, 'itemId', newValue);
}