Detail constructor

Detail({
  1. String? id,
  2. String? name,
  3. String? description,
  4. String? barcode,
  5. String? slug,
})

Implementation

Detail({this.id, this.name, this.description, this.barcode, this.slug});