TagOptionDetail constructor

TagOptionDetail({
  1. bool? active,
  2. String? id,
  3. String? key,
  4. String? owner,
  5. String? value,
})

Implementation

TagOptionDetail({
  this.active,
  this.id,
  this.key,
  this.owner,
  this.value,
});