Paper constructor

Paper(
  1. int id,
  2. String name,
  3. double width,
  4. double height,
)

Implementation

Paper(this.id,  this.name,  this.width,  this.height);