DocumentItemModelTrigger typedef Null safety

DocumentItemModelTrigger = dynamic Function(List<DocumentItemModel?> list)

Implementation

typedef DocumentItemModelTrigger = Function(List<DocumentItemModel?> list);