Update constructor

Update({
  1. String? id,
  2. String? label,
  3. String? description,
  4. String? type,
  5. String? updateDefault,
  6. Map<String, String>? options,
  7. String? tip,
  8. String? value,
  9. Links? links,
})

Implementation

Update({
  this.id,
  this.label,
  this.description,
  this.type,
  this.updateDefault,
  this.options,
  this.tip,
  this.value,
  this.links,
});