ConfigurationTag constructor
ConfigurationTag({
- String? configurationId,
- ConfigurationItemType? configurationType,
- String? key,
- DateTime? timeOfCreation,
- String? value,
Implementation
ConfigurationTag({
this.configurationId,
this.configurationType,
this.key,
this.timeOfCreation,
this.value,
});