ProductSubGroup constructor

ProductSubGroup({
  1. String? id,
  2. String? name,
})

Implementation

ProductSubGroup({this.id, this.name});