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