TagHold constructor

TagHold({
  1. String? createTime,
  2. String? helpLink,
  3. String? holder,
  4. String? name,
  5. String? origin,
})

Implementation

TagHold({
  this.createTime,
  this.helpLink,
  this.holder,
  this.name,
  this.origin,
});