Product constructor

Product(
  1. String name,
  2. String description
)

Implementation

Product(this.name, this.description);