SenderModel constructor
SenderModel({})
Implementation
SenderModel({
this.id,
required this.name,
required this.status,
required this.createdAt,
this.description,
this.archived = false,
this.userId,
});