StatusDetails constructor

StatusDetails({
  1. String? description,
  2. String? iconUrl,
  3. String? id,
  4. String? name,
  5. String? self,
  6. StatusCategory? statusCategory,
})

Implementation

StatusDetails(
    {this.description,
    this.iconUrl,
    this.id,
    this.name,
    this.self,
    this.statusCategory});