ProfileDTO constructor
ProfileDTO({})
Implementation
ProfileDTO(
{super.id,
super.createdAt,
super.updatedAt,
super.isActive,
super.isDeleted,
this.email,
this.passwordChangedAt,
this.isGuest,
this.isTest,
this.type,
this.detail,
this.addresses,
this.roles,
this.stores});