Content constructor

Content({
  1. String? ar,
  2. String? en,
  3. String? id,
  4. int? count,
  5. String? type,
  6. String? notes,
})

Implementation

Content({this.ar, this.en, this.id, this.count, this.type, this.notes});