DatasetTags constructor

DatasetTags({
  1. String? tagKey,
  2. String? tagValue,
})

Implementation

DatasetTags({
  this.tagKey,
  this.tagValue,
});