WaitResponse constructor

const WaitResponse(
  1. bool success,
  2. int authDelay
)

Implementation

const WaitResponse(this.success, this.authDelay);