Tag constructor

Tag({
  1. String? tagKey,
  2. String? tagValue,
  3. String? tagValueId,
})

Implementation

Tag({
  this.tagKey,
  this.tagValue,
  this.tagValueId,
});