ConfigurationRecorderStatus constructor
      
      ConfigurationRecorderStatus({})
     
    
    
Implementation
ConfigurationRecorderStatus({
  this.lastErrorCode,
  this.lastErrorMessage,
  this.lastStartTime,
  this.lastStatus,
  this.lastStatusChangeTime,
  this.lastStopTime,
  this.name,
  this.recording,
});