AppEntryPagesListChanged typedef
        AppEntryPagesListChanged =
     dynamic Function(List<AppEntryPagesModel>  values)
    
    
    
Implementation
typedef AppEntryPagesListChanged = Function(List<AppEntryPagesModel> values);typedef AppEntryPagesListChanged = Function(List<AppEntryPagesModel> values);