ToolServerDto constructor

ToolServerDto({
  1. required String repo,
  2. required String name,
  3. required String tag,
})

Implementation

ToolServerDto({required this.repo, required this.name, required this.tag});