RelatedProduct constructor

RelatedProduct({
  1. String? id,
  2. String? idType,
  3. String? relationshipType,
})

Implementation

RelatedProduct({this.id, this.idType, this.relationshipType});