SectionModelTrigger typedef
SectionModelTrigger =
dynamic Function(List<SectionModel?> list)
Implementation
typedef SectionModelTrigger = Function(List<SectionModel?> list);
typedef SectionModelTrigger = Function(List<SectionModel?> list);