ConfigurationInfo constructor

ConfigurationInfo({
  1. String? activationCount,
  2. String? totalTimeActive,
  3. String? configuration,
  4. String? lastTimeActive,
  5. String? firstTimeStamp,
  6. String? lastTimeStamp,
})

Implementation

ConfigurationInfo({
  this.activationCount,
  this.totalTimeActive,
  this.configuration,
  this.lastTimeActive,
  this.firstTimeStamp,
  this.lastTimeStamp,
});