Equipment constructor
Equipment({})
Implementation
Equipment({
this.id,
this.name,
this.photo,
this.width,
this.height,
this.length,
this.maxWeight,
this.maxRange,
this.maxVolume,
});
Equipment({
this.id,
this.name,
this.photo,
this.width,
this.height,
this.length,
this.maxWeight,
this.maxRange,
this.maxVolume,
});