TutorialEntryModel constructor Null safety
Implementation
TutorialEntryModel({
required this.documentID,
this.description,
this.image,
this.code,
});
TutorialEntryModel({
required this.documentID,
this.description,
this.image,
this.code,
});