HydraPresence constructor

HydraPresence(
  1. String serviceName,
  2. String serviceDescription,
  3. String version,
  4. String instanceID,
  5. int processID,
  6. String ip,
  7. int port,
  8. String hostName,
  9. String updatedOn,
)

Implementation

HydraPresence(
    this.serviceName,
    this.serviceDescription,
    this.version,
    this.instanceID,
    this.processID,
    this.ip,
    this.port,
    this.hostName,
    this.updatedOn);