StationEquipment constructor
StationEquipment({})
Implementation
StationEquipment({
required this.productsID,
required this.name,
required this.logo,
required this.banner,
required this.price,
});
StationEquipment({
required this.productsID,
required this.name,
required this.logo,
required this.banner,
required this.price,
});