ResourceTag constructor

ResourceTag({
  1. String? resourceId,
  2. List<Tag>? tagsList,
})

Implementation

ResourceTag({
  this.resourceId,
  this.tagsList,
});