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