EffectiveTag constructor

EffectiveTag({
  1. bool? inherited,
  2. String? namespacedTagKey,
  3. String? namespacedTagValue,
  4. String? tagKey,
  5. String? tagKeyParentName,
  6. String? tagValue,
})

Implementation

EffectiveTag({
  this.inherited,
  this.namespacedTagKey,
  this.namespacedTagValue,
  this.tagKey,
  this.tagKeyParentName,
  this.tagValue,
});