ToolWithApiKeyDto constructor
ToolWithApiKeyDto({})
Implementation
ToolWithApiKeyDto({
required this.id,
required this.alias,
required this.host,
required this.port,
required this.apiKey,
required this.status,
this.serverId,
this.server,
this.materializedArtifactDigest,
this.contentState,
});