productId property

int productId

Implementation

int get productId => js_util.getProperty(this, 'productId');
void productId=(int newValue)

Implementation

set productId(int newValue) {
  js_util.setProperty(this, 'productId', newValue);
}