PresentationModelTrigger typedef
PresentationModelTrigger =
dynamic Function(List<PresentationModel?> list)
Implementation
typedef PresentationModelTrigger = Function(List<PresentationModel?> list);
typedef PresentationModelTrigger = Function(List<PresentationModel?> list);