ConfigurationTag constructor

ConfigurationTag({
  1. String? configurationId,
  2. ConfigurationItemType? configurationType,
  3. String? key,
  4. DateTime? timeOfCreation,
  5. String? value,
})

Implementation

ConfigurationTag({
  this.configurationId,
  this.configurationType,
  this.key,
  this.timeOfCreation,
  this.value,
});