PushIsolateModel constructor

PushIsolateModel(
  1. String deviceId,
  2. String schema,
  3. String server,
  4. int port,
)

Implementation

PushIsolateModel(this.deviceId, this.schema, this.server, this.port);