Customer constructor
Customer({})
Implementation
Customer(
{this.id,
this.name,
required this.email,
required this.phoneNumber,
this.longtitude,
this.latitude,
this.language,
required this.uuid,
this.jwtToken,
this.currentOrders,
this.favoriteProducts,
this.roleId = 0});