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