ServiceDto constructor

ServiceDto(
  1. String name,
  2. List<String> instances
)

Implementation

ServiceDto(this.name, this.instances);