EffectiveTagDetails constructor

EffectiveTagDetails({
  1. String? attachedResource,
  2. List<Tag>? effectiveTags,
})

Implementation

EffectiveTagDetails({
  this.attachedResource,
  this.effectiveTags,
});