TaggedResource constructor

TaggedResource({
  1. String? resourceName,
  2. String? resourceType,
  3. Tag? tag,
})

Implementation

TaggedResource({
  this.resourceName,
  this.resourceType,
  this.tag,
});