CommandLog constructor
CommandLog({
- CommandLogInfo? logInfo,
- CommandLogError? logError,
Implementation
CommandLog({this.logInfo, this.logError});
CommandLog({this.logInfo, this.logError});