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