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