PostCommentChanged typedef

PostCommentChanged = dynamic Function(PostCommentModel? value)

Implementation

typedef PostCommentChanged = Function(PostCommentModel? value);