ToolServerDto constructor

ToolServerDto({
  1. required String namespace,
  2. required String name,
  3. required String version,
})

Implementation

ToolServerDto({
  required this.namespace,
  required this.name,
  required this.version,
});