Priority constructor
Priority({})
Implementation
Priority(
{this.description,
this.iconUrl,
this.id,
bool? isDefault,
this.name,
this.self,
this.statusColor})
: isDefault = isDefault ?? false;