DocumentItemModelTrigger typedef

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

Implementation

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