nackCount property
num?
get
nackCount
Implementation
_i2.num? get nackCount => _i4.getProperty(
this,
'nackCount',
);
set
nackCount
(num? value)
Implementation
set nackCount(_i2.num? value) {
_i4.setProperty(
this,
'nackCount',
value ?? _i6.undefined,
);
}