maxRetransmits property

int get maxRetransmits

Implementation

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

Implementation

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