TutorialEntryModelTrigger typedef

TutorialEntryModelTrigger = dynamic Function(List<TutorialEntryModel?> list)

Implementation

typedef TutorialEntryModelTrigger = Function(List<TutorialEntryModel?> list);