companyIdentifier property

int companyIdentifier

Implementation

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

Implementation

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