SectionListChanged typedef
SectionListChanged =
dynamic Function(List<SectionModel> values)
Implementation
typedef SectionListChanged = Function(List<SectionModel> values);
typedef SectionListChanged = Function(List<SectionModel> values);