Detail constructor
Detail({})
Implementation
Detail(
{this.id,
this.createdAt,
this.name,
this.surname,
this.isVerified,
this.phoneNumber,
this.socialSecurityNo,
this.birthday,
this.gender,
this.companyName,
this.taxOffice,
this.taxNumber,
this.fullName});