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