EffectiveTagBindingCollection constructor

EffectiveTagBindingCollection({
  1. Map<String, String>? effectiveTags,
  2. String? fullResourceName,
  3. String? name,
})

Implementation

EffectiveTagBindingCollection({
  this.effectiveTags,
  this.fullResourceName,
  this.name,
});