Product constructor

Product({
  1. String? genericUri,
  2. String? id,
  3. String? name,
})

Implementation

Product({this.genericUri, this.id, this.name});