Specs constructor

Specs({
  1. int? id,
  2. String? specName,
  3. String? pictureUrl,
  4. String? specTranslation,
})

Implementation

Specs({this.id, this.specName, this.pictureUrl, this.specTranslation});