Product constructor
Product({})
Implementation
Product(
{this.id,
this.productId,
this.merchantId,
this.name,
this.description,
this.stationId,
this.priceLiter,
this.priceGallon,
this.priceCurrency,
this.createdAt,
this.updatedAt});