TargetAttribute constructor

TargetAttribute({
  1. String? id,
  2. Map<String, String>? labels,
})

Implementation

TargetAttribute({
  this.id,
  this.labels,
});