ConfigToolOutput constructor
const
ConfigToolOutput({})
Implementation
const ConfigToolOutput({
required this.success,
this.operation,
this.setting,
this.value,
this.previousValue,
this.newValue,
this.error,
});