BookletModelTrigger typedef

BookletModelTrigger = dynamic Function(List<BookletModel?> list)

Implementation

typedef BookletModelTrigger = Function(List<BookletModel?> list);