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