nackCount property

int nackCount

Implementation

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

Implementation

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