GlassPlate constructor

GlassPlate(
  1. num width,
  2. num height
)

Implementation

GlassPlate(this.width, this.height);