SignTool constructor
const
SignTool({})
Create a SignTool instance with the given properties.
Implementation
const SignTool({
required this.name,
required this.command,
required this.params,
required this.retryCount,
required this.retryDelay,
});