PresentationModelTrigger typedef

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

Implementation

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