closeCode property

int closeCode

Implementation

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

Implementation

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