Dispenser constructor
Dispenser({})
Implementation
Dispenser(
{this.id,
this.dispenserId,
this.merchantId,
this.serialNo,
this.manufacturer,
this.modelNo,
this.createdAt,
this.updatedAt,
this.stationId,
this.productId,
this.dongleId,
this.status,
this.pumpCode,
this.product});