DocumentModelTrigger typedef Null safety

DocumentModelTrigger = dynamic Function(List<DocumentModel?> list)

Implementation

typedef DocumentModelTrigger = Function(List<DocumentModel?> list);