TestServiceConfig constructor
const
TestServiceConfig({})
Implementation
const TestServiceConfig({
required this.name,
required this.command,
this.url,
this.arguments = const [],
this.workingDirectory,
this.environment = const {},
this.readyUrl,
this.readyTimeoutMs = 10000,
});