ContactModel constructor
ContactModel({})
Implementation
ContactModel({
this.id,
required this.phone,
this.name,
this.firstName,
this.lastName,
this.sex,
this.userId,
this.companyId,
this.createdAt,
this.updatedAt,
});