PostCommentModelTrigger typedef

PostCommentModelTrigger = dynamic Function(List<PostCommentModel?> list)

Implementation

typedef PostCommentModelTrigger = Function(List<PostCommentModel?> list);