SIpModel constructor

SIpModel(
  1. String name,
  2. String ip,
  3. int port
)

Implementation

SIpModel(this.name, this.ip, this.port);