SIpFailedModel constructor

SIpFailedModel(
  1. SIpModel ip,
  2. String date,
  3. String? error
)

Implementation

SIpFailedModel(this.ip, this.date, this.error);