OpenSpecDto constructor

OpenSpecDto({
  1. required String openSpec,
  2. ApiKeyDto? apiKey,
  3. required String protocol,
  4. String? openToolId,
})

Implementation

OpenSpecDto({required this.openSpec, this.apiKey, required this.protocol, this.openToolId});