maxRetransmits property

int maxRetransmits

Implementation

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

Implementation

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