toDto method

InstanceDto toDto()

Implementation

InstanceDto toDto() => InstanceDto(
      name: id,
      lastHeartbeat: lastHeartbeat,
    );