ServiceTaskInfos constructor

ServiceTaskInfos(
  1. String id,
  2. String name,
  3. String serviceName,
  4. String image,
  5. String node,
  6. String desiredState,
  7. String currentState,
  8. String ports,
  9. String error,
)

Implementation

ServiceTaskInfos(
  this.id,
  this.name,
  this.serviceName,
  this.image,
  this.node,
  this.desiredState,
  this.currentState,
  this.ports,
  this.error,
);