itemid function
The unique, global identifier of an item.
Implementation
Attribute<GlobalHTMLAttribute> itemid(String value) {
return Attribute('itemid', value);
}
The unique, global identifier of an item.
Attribute<GlobalHTMLAttribute> itemid(String value) {
return Attribute('itemid', value);
}