Tag constructor

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

Implementation

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