FixedBackoff constructor

FixedBackoff(
  1. Duration delay_
)

Implementation

FixedBackoff(this.delay_);