RFC4028Timers constructor

RFC4028Timers(
  1. bool enabled,
  2. SipMethod refreshMethod,
  3. int? defaultExpires,
  4. int? currentExpires,
  5. bool running,
  6. bool refresher,
  7. Timer? timer,
)

Implementation

RFC4028Timers(this.enabled, this.refreshMethod, this.defaultExpires,
    this.currentExpires, this.running, this.refresher, this.timer);