AppEntryPagesModelTrigger typedef

AppEntryPagesModelTrigger = dynamic Function(List<AppEntryPagesModel?> list)

Implementation

typedef AppEntryPagesModelTrigger = Function(List<AppEntryPagesModel?> list);