Customer constructor
Customer({})
Implementation
Customer({
this.id,
this.createdAt,
this.email,
this.passwordChangedAt,
this.isGuest,
this.isTest,
this.type,
this.detail,
this.store,
this.balance,
this.balanceCurrency,
});