Command<P> constructor
Command<P> ({
- CommandLogInfo? logInfo,
- CommandLogError? logError,
Implementation
Command({super.logInfo, super.logError});