StatusDetails constructor

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

Implementation

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