HelpCategory constructor

const HelpCategory({
  1. int? id,
  2. String? cid,
  3. String? name,
  4. String? type,
})

Implementation

const HelpCategory({this.id, this.cid, this.name, this.type}) : super();