Unwound constructor

Unwound({
  1. String? url,
  2. int? status,
  3. String? title,
  4. String? description,
})

Implementation

Unwound({
  this.url,
  this.status,
  this.title,
  this.description,
});