Product constructor

Product(
  1. String userName
)

Implementation

Product(this.userName);