OpenToolServerDto constructor
OpenToolServerDto({})
Implementation
OpenToolServerDto({
required this.id,
required this.alias,
required this.registry,
required this.repo,
required this.name,
required this.tag,
});