CategoryInformation constructor Null safety
Implementation
CategoryInformation(
    {required this.generalKnowledge,
      required this.art,
      required this.entertainment,
      required this.science,
      required this.mythology,
      required this.history,
      required this.sports});