PostCommentChanged typedef
PostCommentChanged =
dynamic Function(PostCommentModel? value)
Implementation
typedef PostCommentChanged = Function(PostCommentModel? value);
typedef PostCommentChanged = Function(PostCommentModel? value);