TutorialModel constructor
TutorialModel({})
Implementation
TutorialModel({
required this.documentID,
required this.appId,
this.name,
this.title,
this.description,
this.tutorialEntries,
this.conditions,
});