$Lien constructor

$Lien({
  1. String? createTime,
  2. String? name,
  3. String? origin,
  4. String? parent,
  5. String? reason,
  6. List<String>? restrictions,
})

Implementation

$Lien({
  this.createTime,
  this.name,
  this.origin,
  this.parent,
  this.reason,
  this.restrictions,
});